in reply to install CPAN modules
One thought: on Linux boxen I'm quite often tempted to use the packaged versions of Perl modules that most distros have out there these days. This is in line with the oft suggested strategy of "leaving the OS Perl alone" which I don't always subscribe to.
There are two ways, however, that you can get burned by using the version or a Perl module that a distro will support:
Payback? I use Puppet to manage software loads on my machines. Being able to ensure that Mime::Lite is loaded (or any other module) is a great thing. Trying to add a package provider for cpanm or 'perl -mCPAN' would require me learning Ruby which I don't really want to do.
|
|---|