Subject: | File::Spec needs to be loaded in perl 5.16.0 |
Tests fail with perl 5.16.0:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01pass.t ...... ok
t/02failure.t ... ok
t/03error.t ..... ok
t/04timing.t .... ok
Can't locate object method "catfile" via package "File::Spec" (perhaps
you forgot to load "File::Spec"?) at
/builddir/build/BUILD/Test-Unit-Runner-Xml-0.1/blib/lib/Test/Unit/Runner/XML.pm
line 129.
t/05multiple.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests
This is because File::Spec->catfile() is called but File::Spec has never
been loaded.