Nigel Hamilton wrote: > Just a quick aside - I can't believe it has taken me this long to find: > > cpanp -i 'Some::Module'. > > I almost cried with relief this morning. It automatically downloads and > installs from CPAN - great for installing modules on lots of remote > machines. > > Up until today I've been muddling through with old school: perl -MCPAN -e > 'install ...', cpan2rpm etc.
Your reference to cpan2rpm makes me think that you might be installing modules on a Red Hat(ish) system. In which case I'd like to strongly recommend that you don't mix CPAN-installed modules and RPM-installed modules in the same Perl installation. Bad Things will ensue. See my "Perl in RPM-Land" talk[1] for more details. You might also be interested in my CPAN modules yum repository[2]. I take requests :-) Cheers, Dave... [1] http://www.slideshare.net/davorg/perl-in-rpmland-presentation [2] http://rpm.mag-sol.com/ _______________________________________________ BristolBathPM mailing list [email protected] http://mailman.bristolbath.org/mailman/listinfo/bristolbathpm
