[Catalyst] Server that comes with Cat. slow? Upgrade all plugins at once?
Brandon Black
blblack at gmail.com
Fri May 5 14:17:26 CEST 2006
On 5/5/06, Thomas Hartman <tphyahoo at gmail.com> wrote:
> Am I misunderstanding something?
>
> hartmann at ds0050:~> perl -MCPAN -e 'CPAN->r'
> Unknown command "CPAN::r". Type ? for help.
> hartmann at ds0050:~> cpan -v
> cpan script version 1.03
> CPAN.pm version 1.7601
> hartmann at ds0050:~>
Try this:
perl -MCPAN -e 'CPAN::Shell->r'
It's just a way of running CPAN commands noninteractively. The above
is equivalent to going into the main "cpan" command shell and typing
the command "r".
-- Brandon
More information about the Catalyst
mailing list