in reply to security patch for perl 5.6.1

> (many time upgrading a module ending up upgrading perl, yuck!)
Is that so under Solaris? this is new to me, i mostly use the
perl -MCPAN -e shell install module::name
methods, and don't need to upgrade perl in any way.

Replies are listed 'Best First'.
Re: security patch for perl 5.6.1
by hacker (Priest) on Jan 30, 2005 at 04:50 UTC

    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"'