Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: james_peregrino [...] harvard.edu
Cc:
AdminCc:

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



Subject: installation fails MacOS X 10.2 (Perl 5.6.0)
Believe or not, the latest MacOS X version comes with Perl 5.6.0. If you are trying to install XML::SimpleObject and want to use the XML::Parser, it still tries to build the version using XML::LibXML. It seems that during the 'perl Makefile.PL' stage, it recurses into all subdirectories looking for Makefile.PL. It finds it in LibXML (eventhough you don't want to use that version) and then fails because XML::LibXML isn't installed. The workaround is to rename LibXML/Makefile.PL to something else, so it isn't detected. This may all be bug/feature of the ExtUtils::MakeMaker that comes with Perl 5.6.0.