From 9563a9c255693fce3106ee916db556868238e378 Mon Sep 17 00:00:00 2001 From: lace <> Date: Wed, 4 Apr 2007 14:17:59 +0000 Subject: [PATCH] +perlrpm --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index ca689c4..8de8148 100644 --- a/.bashrc +++ b/.bashrc @@ -281,6 +281,7 @@ function cvs {(unset cvs; done cvs $_line $_opts "$@" ); }; export -f cvs +function perlrpm { repoquery -q --whatprovides $(for i in "$@";do echo "perl($i)";done|sed -e 's/\//::/g' -e 's/[.]pm//g'); }; export -f perlrpm ulimit -S -c 0 set +H -- 1.8.3.1