From: lace <> Date: Wed, 4 Apr 2007 14:17:59 +0000 (+0000) Subject: +perlrpm X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=9563a9c255693fce3106ee916db556868238e378 +perlrpm --- 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