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.