Skip Menu |

This queue is for tickets about the Moose CPAN distribution.

Report information
The Basics
Id: 98379
Status: resolved
Priority: 0/
Queue: Moose

People
Owner: ether [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: perl Makefile.PL on repository
Note: rated best as wishlist or unimportant. I checked out from the repo today (2.1301-8-ge2c4443) on a pretty meager perl installation. The encounter is a bit disappointing. First it tells me that A is missing, on next try it tells me that B is missing, third time it tells me that I am encouraged to install C, but that this is optional; in that same message it shows me a 'Can't locate D' message. The wish would be to get one concentrated and correct message on the first try. % perl Makefile.PL You need to install ExtUtils::MakeMaker::Dist::Zilla::Develop to run this Makefile.PL % perl Makefile.PL You need to install Test::Inline to run this Makefile.PL % perl Makefile.PL ********************************* WARNING ********************************** This module uses Dist::Zilla for development. This Makefile.PL will let you run the tests, but you are encouraged to install Dist::Zilla and the needed plugins if you intend on doing any serious hacking. **************************************************************************** Can't locate Path/Tiny.pm in @INC (@INC contains: inc /opt/RZstgpackages/vitali/vitalilib/lib/perl5/x86_64-linux-gnu-thread-multi /opt/RZstgpackages/vitali/vitalilib/lib/perl5 /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at author/extract-inline-tests line 34. BEGIN failed--compilation aborted at author/extract-inline-tests line 34. Generating a Unix-style Makefile Writing Makefile for Moose Writing MYMETA.yml and MYMETA.json Thanks,
This is now improved in master. The Makefile.PL reports all the missing modules at once.