Subject: | Bundled inc files probably too old |
Tests currently fail, see below --- the test failure looks like modules in inc/ are too old.
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/bbbike/perl-5.21.11/bin/perl5.21.11" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01basic.t
# Failed test 'use XML::Atom::Microformats;'
# at t/01basic.t line 2.
# Tried to use 'XML::Atom::Microformats'.
# Error: Undefined subroutine &Scalar::Util::set_prototype called at /opt/perl-5.21.11/lib/site_perl/5.21.11/Fatal.pm line 1640.
# BEGIN failed--compilation aborted at /tmpfs/.cpan-build/XML-Atom-Microformats-0.004-gPkVdo/blib/lib/XML/Atom/Microformats.pm line 4.
# Compilation failed in require at t/01basic.t line 2.
# BEGIN failed--compilation aborted at t/01basic.t line 2.
Can't locate object method "new_feed" via package "XML::Atom::Microformats" at t/01basic.t line 25.
# Looks like you planned 5 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 255 just after 1.
t/01basic.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/5 subtests
Test Summary Report
-------------------
t/01basic.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 5 tests but ran 1.
Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.02 cusr 0.01 csys = 0.06 CPU)
Result: FAIL
Failed 1/1 test programs. 1/1 subtests failed.
make: *** [test_dynamic] Fehler 255