Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dist-Zilla CPAN distribution.

Report information
The Basics
Id: 76852
Status: resolved
Priority: 0/
Queue: Dist-Zilla

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 4.300015
Fixed in: (no value)



Subject: Suggest also "cpan", not only "cpanm"
dzil suggest the usage of cpanm when trying the install command: $ /opt/perl/bin/dzil install Required plugin Repository isn't installed. Run 'dzil authordeps' to see a list of all required plugins. You can pipe the list to your CPAN client to install or update them: dzil authordeps | cpanm I think it should also suggest a cmdline with "cpan" instead of "cpanm", e.g. cpan `dzil authordeps` "cpanm" is not part of standard perl install, and it's also no dependency of Dist::Zilla, whereas "cpan" is everywhere available. Regards, Slaven
Le 2012-04-27 16:54:47, SREZIC a écrit : Show quoted text
> dzil suggest the usage of cpanm when trying the install command: > > $ /opt/perl/bin/dzil install > Required plugin Repository isn't installed. > > Run 'dzil authordeps' to see a list of all required plugins. > You can pipe the list to your CPAN client to install or update them: > > dzil authordeps | cpanm > > I think it should also suggest a cmdline with "cpan" instead of "cpanm", > e.g. > > cpan `dzil authordeps` > > "cpanm" is not part of standard perl install, and it's also no > dependency of Dist::Zilla, whereas "cpan" is everywhere available. > > Regards, > Slaven
+1 Personally I'm using: dzil authordeps | xargs cpan Because cpan has CPAN::Reporter so I'm sending reports to modules authors when installing deps. -- Olivier Mengué - http://perlresume.org/DOLMEN
(closed as replaced by GH pull request) -- rjbs