Skip Menu |

This queue is for tickets about the Getopt-Euclid CPAN distribution.

Report information
The Basics
Id: 69425
Status: resolved
Priority: 0/
Queue: Getopt-Euclid

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

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: Missing dependency
All tests failing because of missing dependency: t/quoted_args.t ................. Can't locate Perl/Tidy.pm in @INC (@INC contains: /Users/ambs/.cpan/build/Getopt-Euclid-0.2.6-60HZem/blib/lib /Users/ambs/.cpan/build/Getopt-Euclid-0.2.6-60HZem/blib/arch /opt/local/lib/perl5/site_perl/5.14.0/darwin-2level /opt/local/lib/perl5/site_perl/5.14.0 /opt/local/lib/perl5/5.14.0/darwin-2level /opt/local/lib/perl5/5.14.0 .) at /Users/ambs/.cpan/build/Getopt-Euclid-0.2.6-60HZem/blib/lib/Getopt/Euclid.pm line 13. BEGIN failed--compilation aborted at /Users/ambs/.cpan/build/Getopt-Euclid-0.2.6-60HZem/blib/lib/Getopt/Euclid.pm line 13. Probably Perl::Tidy should be added in the dependencies?
The problem is that Build.PL isn't declaring some of the deps that EU::MM is. Could I recommend Removal of Build.PL? It just adds additional opportunity for confusion when one side is updated and the other isn't.
Thanks for the report. Since I tend to use the Makefile.PL way, I never noticed that Build.PL file... The Makefile.PL file had the updated dependency, but not the Build.PL. I release a new version in which this issue is fixed.