[Catalyst] Can't find 'Catalyst::Plugin::SessionStateTest'

Jonathan Rockway jon at jrock.us
Tue Aug 22 19:54:44 CEST 2006


Daniel McBrearty wrote:
> it's usually easier to let cpan find the distribution itself. try :
> 
> cpan install My::Module ....
> 

This is not the correct way to invoke cpan.  CPAN installs by default;
the command you've listed will install "install" and "My::Module".
install.pm happens to be in "Junoscript-perl", so if you're wondering
why that always installs, it's because you're telling it to install :)

cpan My::Module Another::Module

is the correct invocation.  If you use cpanp, then "install" is required.

Regards,
Jonathan Rockway



More information about the Catalyst mailing list