Skip Menu |

This queue is for tickets about the Weather-Underground-Forecast CPAN distribution.

Report information
The Basics
Id: 64442
Status: resolved
Priority: 0/
Queue: Weather-Underground-Forecast

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

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



Subject: Reports about Fails when XML::LibXML is not installed
There is a high correlation between failing tests and missing XML::LibXML in the reports from the cpantesters. See the full table of the relation: http://analysis.cpantesters.org/reports_by_field?distv=Weather-Underground-Forecast-0.03;field=qr%3A%28Can%27t%20locate%20\S%2Bpm%29 It looks like XML::Validation::LibXML is being used which requires XML::LibXML, so it should probably be declared as a dependency. HTH, Thanks,
On Tue Jan 04 02:36:29 2011, ANDK wrote: Show quoted text
> There is a high correlation between failing tests and missing > XML::LibXML in the reports from the cpantesters. See the full table of > the relation: > > http://analysis.cpantesters.org/reports_by_field?distv=Weather- > Underground-Forecast-0.03;field=qr%3A%28Can%27t%20locate%20\S%2Bpm%29 > > It looks like XML::Validation::LibXML is being used which requires > XML::LibXML, so it should probably be declared as a dependency. > > HTH, Thanks,
It seem to me the correct thing woudl be for XML::Validate::LibXML to require XML::LibXML as a dependency. It doesn't make sense for the distribution to require it but not add it as a dependency. However, due to this short coming I have added a use XML::LibXML line to my distribution.