I have XML::SimpleObject in one of my scripts.  At that time it required
XML::Parser, which is fine because XML::Parser comes with ActiveState so I'm
cool.  It was installed some time ago and runs great.  But now I'm setting
up another machine.  When I try to install XML::SimpleObject it says:

Checking for XML::Parser ...
OK
Checking if your kit is complete...
Looks good
NOTE: XML::SimpleObject::LibXML requires XML::LibXML. If you have
XML::Parser
you can install XML::SimpleObject instead.

Checking for XML::LibXML ...
WARNING from evaluation of
C:\Perl\temp\XML-SimpleObject0.51\LibXML/Makefile.PL:
 Can't locate XML/LibXML.pm in @INC (@INC contains: C:/Perl/lib
C:/Perl/site/lib
 .) at (eval 17) line 8.
Writing Makefile for XML::SimpleObject


It looks like PPM is trying to install XML::SimpleObject::LibXML instead of
or in addition to XML::SimpleObject.  Is there a way to only install
XML::SimpleObject?  I do not remember going through this before.

Thanks for any help,

Joel

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to