[Catalyst] updating Catalyst using CPAN
Nathan Kurz
nate at verse.com
Thu Jul 27 05:59:54 CEST 2006
Long ago, I asked about easy ways to upgrade Catalyst. Aristotle
answered me, and I've only just figured out an easier way to do it.
Or perhaps this is what he meant, and I was just slow to realize it.
In any case, to upgrade all packages starting with "Catalyst":
perl -MCPAN -e 'CPAN::Shell->install(CPAN::Shell->r("/^Catalyst/"))';
--nate
On Sat, Apr 29, 2006 at 09:47:56PM +0200, A. Pagaltzis wrote:
> * 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
More information about the Catalyst
mailing list