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 _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
