On 2015-10-17 04:41:18, SREZIC wrote:
Show quoted text
At least Test::XML is still missing in 0.02:
PERL_DL_NONLAZY=1 "/usr/local/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/0.use.t ..... ok
Can't locate Test/XML.pm in @INC (you may need to install the Test::XML module) (@INC contains: ... .) at t/1.simple.t line 7.
BEGIN failed--compilation aborted at t/1.simple.t line 7.
# Looks like your test exited with 2 before it could output anything.
t/1.simple.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests