Skip Menu |

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

Report information
The Basics
Id: 27109
Status: new
Priority: 0/
Queue: XML-SimpleObject

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

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



Subject: Makefile.PL does not declare prerequisites, dies instead
The Makefile.PL contains a require XML::Parser; to check for the excistence of a prerequisite. This has the disadvantage that the Makefile.PL dies if XML::Parser is not installed yet and automated installers do not get the information they need, namely prerequisites. Please use WriteMakefile( ... PREREQ_PM => { "XML::Parser" => 2.34 }, ); instead. Thank you,