Subject: | cpanm --look broken |
Contrary to the documentation and expectations from similar functionality in the other cpan
clients, `cpanm --look` is not just downloading and extracting the given distribution- it is
downloading all the dependencies as well, then building and testing everything. It stops short
of installing everything, but the output wrongly states it does. It then fails to open the
directory of the requested distribution. All in all, it's acting like cpanm --dry-run.
Show quoted text
> cpanm -look WWW::Mechanize::Firefox
Successfully installed Module-Pluggable-Fast-0.19
Successfully installed Template-Provider-FromDATA-0.11
Successfully installed Text-SimpleTable-2.03
Successfully installed Class-Default-1.51
Successfully installed Data-JavaScript-Anon-1.03
Successfully installed Net-Telnet-3.03
Successfully installed MozRepl-0.06
Successfully installed MozRepl-RemoteObject-0.25
Successfully installed Object-Import-1.002
Successfully installed Shell-Command-0.06
Successfully installed WWW-Mechanize-Firefox-0.50
11 distributions installed
Show quoted text> cpanm --version
cpanm (App::cpanminus) version 1.4004
Show quoted text> echo $PERL_CPANM_OPT
-q
Show quoted text> perl -v
This is perl 5, version 12, subversion 3 (v5.12.3) built for darwin-2level