in reply to Re: security patch for perl 5.6.1
in thread security patch for perl 5.6.1
CPANPLUS is much nicer about this, and won't try to upgrade your core Perl distribution on you.
Also, there's an easier way to do what you're doing in two step (and you can automate it, modulo any modules failing their tests):
perl -MCPAN -e 'install "Acme::Toaster"'
|
|---|