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