Skip Menu |

This queue is for tickets about the RDF-Simple CPAN distribution.

Report information
The Basics
Id: 129300
Status: resolved
Priority: 0/
Queue: RDF-Simple

People
Owner: MTHURN [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: "Unable to provide required features"
On some of my smoker systems the test suite fails: ... PERL_DL_NONLAZY=1 "/opt/perl-5.26.3/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/001_load.t ........... ok t/coverage.t ........... 1/? Unable to provide required features # Looks like your test exited with 2 just after 7. t/coverage.t ........... Dubious, test returned 2 (wstat 512, 0x200) All 7 subtests passed t/empty.t .............. 1/? Unable to provide required features # Looks like your test exited with 2 just after 1. t/empty.t .............. Dubious, test returned 2 (wstat 512, 0x200) All 1 subtests passed ... (etc) ... Running one of the failing test scripts separately: $ perl5.26.3 -Mblib t/coverage.t ok 1 - An object of class 'RDF::Simple::Serialiser' isa 'RDF::Simple::Serialiser' ok 2 - An object of class 'RDF::Simple::Parser' isa 'RDF::Simple::Parser' ok 3 - parse_file()... ok 4 - parse_file('')... ok 5 - parse_uri()... ok 6 - parse_uri('')... ok 7 - parse 'empty' rdf... could not find ParserDetails.ini in /opt/perl-5.26.3/lib/site_perl/5.26.3/XML/SAX Unable to provide required features 1..7 # Looks like your test exited with 2 just after 7.
Pretty sure this is fixed in new release 0.421, but I don't have a way to test it