> pp -M XML::LibXML::SAX::Parser ...

Thx for this detailled answer, but using -M flag like this don't work with the 
pp I use (version 0.973)
=> Cannot open : No such file or directory at 
/path/perl-5.8.8/lib/site_perl/5.8.8/Module/ScanDeps.pm line 477.

That simply means you don't have XML::LibXML::SAX::Parser installed,
try with whatever is the last entry in your XML/SAX/ParserDetails.ini -
should be the same as what the following prints:

perl -MXML::SAX -e 'print ref(XML::SAX::ParserFactory->parser), "\n"'

Cheers, Roderich

Reply via email to