[TBONE - Fri Feb 1 03:34:46 2002]:
Show quoted text> could not find ParserDetails.ini in
> /Users/metaperl/install/libsite_perl/5.7.2/XML/SAX
In our application, we are using PerlApp to make the bundle into an .exe
and were getting the ParserDetails.ini error during the creation of the
.exe.
What we did was made a few changes to SAX.pm code which brought the
ParserDetails.ini file into the script rather than looking for it on the
outside. This code may need to be modified to be made more generic,
however it keeps PerlApp from breaking when creating a perl executable.
The attached diff is based on:
$VERSION = '0.12';