[Catalyst] Upgrade problems (PluginTestApp.pm)

A. Pagaltzis pagaltzis at gmx.de
Sat Apr 29 21:47:56 CEST 2006


* Nathan Kurz <nate at verse.com> [2006-04-29 21:25]:
> While we are on the topic, though, is there a good way to upgrade all
> of the Catalyst dependencies in one shot using CPAN or CPANPLUS?

From `perldoc CPAN`:

    # install everything that is outdated on my disk:
    perl -MCPAN -e'CPAN::Shell‐>install(CPAN::Shell‐>r)'

If you only want to update Catalyst stuff, grep the list returned
by `CPAN::Shell->r`.

Regards,
-- 
#Aristotle
*AUTOLOAD=*_;sub _{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1};
&Just->another->Perl->hacker;



More information about the Catalyst mailing list