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,