Skip Menu |

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

Report information
The Basics
Id: 27573
Status: new
Priority: 0/
Queue: XML-Node

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Undeclared dependency on XML::Parser
As you may have seen at http://www.nntp.perl.org/group/perl.cpan.testers/2007/05/msg481118.html your tests fail when XML::Parser is missing. Please declare the dependency in your Makefile.PL to prevent any FAIL reports and to aid tools that manage installations. A line like this should do (untested): PREREQ_PM => { "XML::Parser" => 0 }, Thanks,