Skip Menu |

This queue is for tickets about the RDF-Trine-Node-Literal-XML CPAN distribution.

Report information
The Basics
Id: 52471
Status: resolved
Priority: 0/
Queue: RDF-Trine-Node-Literal-XML

People
Owner: kjetilk [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.13
Fixed in: (no value)



Subject: Minimum required version of Test::More is 0.88
As the subject says... I find in the tests: % grep -rn done_testing t t/xmlliteral.t:123:done_testing; t/namespaces.t:119:done_testing; t/lang.t:122:done_testing; Since done_testing was introduced in Test::More 0.87_01 the currently declared minimum version number of 0.61 is too low. HTH && Regards,
Thanks a lot! I got bitten by this this morning myself, as I tested on a different machine than the usual dev box, and resolved to figure it out tonight. Now you've saved me the work of figuring out what's wrong. Thanks a lot. The fix is committed, I'll release 0.14 once I've talked with the RDF::Trine author, he is also in beta right now.
Fixed in 0.14. Forgot to add an configure_requires 'XML::LibXML' though, which will be fixed in the next released.