Skip Menu |

This queue is for tickets about the XML-TreeBuilder CPAN distribution.

Report information
The Basics
Id: 93154
Status: resolved
Priority: 0/
Queue: XML-TreeBuilder

People
Owner: Jeff.Fearn [...] gmail.com
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 5.2
Fixed in: 5.3



Subject: Fails with perl 5.8.9
As per subject. Best illustrated with the matrix: http://matrix.cpantesters.org/?dist=XML-TreeBuilder+5.2 Sample fail report: http://www.cpantesters.org/cpan/report/955b2e30-61b5-11e3-a1d9-83f7a8c81da0 The line in question: Error: XML::Catalog version 1.000001 required--this is only version 1.0.1 If this is intentional, it would be cool if you could declare your requirement. That way the intentional FAILS are converted to UNKNOWNS. Details about how to do it are on this page: http://wiki.cpantesters.org/wiki/CPANAuthorNotes HTH && Thanks, (Disclaimer: this was discovered by statistical analysis, I'm not speaking as a user)
This is due to the the version is declared in XML::Catalog, which is not in a very portable format. I'll fix that and update the requires in Build.PL.