Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the App-cpanminus CPAN distribution.

Report information
The Basics
Id: 67874
Status: rejected
Priority: 0/
Queue: App-cpanminus

People
Owner: Nobody in particular
Requestors: blue [...] thisisnotmyrealemail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.4004
Fixed in: (no value)



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
Subject: Please close, not a bug - cpanm --look broken
From: blue [...] thisisnotmyrealemail.com
Show quoted text
> > cpanm -look WWW::Mechanize::Firefox
Please close this ticket. I did not notice the single dash, so it was being interpreted as -l.