Subject: | XML::SAX is not installed properly |
The test suite fails on some of my smokers:
...
# XML::SAX is not installed properly.
# Please use cpan or cpanp to install the XML::SAX module.
# See http://perl-xml.sourceforge.net/faq/#parserdetails.ini for more information.
Bailout called. Further testing stopped: XML::SAX is not installed properly
FAILED--Further testing stopped: XML::SAX is not installed properly
Makefile:793: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
...
Looking further down in the test report, a XML-SAX blib directory is usually listed:
...
@INC:
/home/cpansand/.cpan/build/2020030616/XML-SAX-1.02-YmX8Y8/blib/arch
/home/cpansand/.cpan/build/2020030616/XML-SAX-1.02-YmX8Y8/blib/lib
...
It seems that ParserDetails.ini is only generated at installation time and not available before. So in test-only or test-first-then-install setups you cannot assume that a ParserDetails.ini file exists already.