Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Module-Extract-VERSION CPAN distribution.

Report information
The Basics
Id: 72834
Status: patched
Priority: 0/
Queue: Module-Extract-VERSION

People
Owner: Nobody in particular
Requestors: paul [...] city-fan.org
Cc:
AdminCc:

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



Subject: t/prereq.t errors in 1.10_01
Building on 5.14.2, I get a bunch of warnings (mostly from CPAN.pm and its dependencies, which seem to be a bit out of date on my test box) plus a failure in t/prereq.t: $ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/corpus.t ........ ok t/load.t .......... ok t/pod.t ........... ok t/pod_coverage.t .. ok Use of uninitialized value in pattern match (m//) at /usr/share/perl5/CPAN/Distribution.pm line 2656. Attempting to create directory /builddir/perl5 Use of uninitialized value in pattern match (m//) at /usr/share/perl5/CPAN/Distribution.pm line 2656. Use of uninitialized value in pattern match (m//) at /usr/share/perl5/CPAN/Distribution.pm line 2656. Use of uninitialized value in pattern match (m//) at /usr/share/perl5/CPAN/Distribution.pm line 2656. Name "File::Spec::rel2abs" used only once: possible typo at t/classmethod.t line 20. Attempting to create directory t/var/splat Tried to deactivate inactive local::lib '/builddir/perl5' Use of uninitialized value $deactivating in numeric eq (==) at /builddir/perl5/lib/perl5/local/lib.pm line 354. Use of uninitialized value $deactivating in numeric eq (==) at /builddir/perl5/lib/perl5/local/lib.pm line 356. Use of uninitialized value $interpolate in numeric eq (==) at /builddir/perl5/lib/perl5/local/lib.pm line 366. Use of uninitialized value $interpolate in numeric eq (==) at /builddir/perl5/lib/perl5/local/lib.pm line 366. # Failed test 'Found some modules that didn't show up in PREREQ_PM # ' # at /usr/share/perl5/vendor_perl/Test/Prereq.pm line 283. # Tie::Hash::NamedCapture # version # Looks like you failed 1 test of 1. t/prereq.t ........ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests Test Summary Report ------------------- t/prereq.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=5, Tests=14, 39 wallclock secs ( 0.05 usr 0.01 sys + 12.00 cusr 0.87 csys = 12.93 CPU) Result: FAIL Failed 1/5 test programs. 1/14 subtests failed.
Fixed in 1.10_02. The quick fix is to add the modules to Makefile.PL, but I'm also removing the prereq test because I should catch that at release time, not at user test time.
Fixed in 1.10_02. The quick fix is to add the modules to Makefile.PL, but I'm also removing the prereq test because I should catch that at release time, not at user test time.