in reply to After compiling a script using PAR::Packer I get the error Can't locate XML/LibXML/SAX.pm in @INC
works with pp -c foo.pl to depend on XML::Parser and not libxml...BEGIN { $ENV{XML_SIMPLE_PREFERRED_PARSER}='XML::Parser'; } use XML::Simple qw/ XMLin /;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: After compiling a script using PAR::Packer I get the error Can't locate XML/LibXML/SAX.pm in @INC
by ikegami (Patriarch) on May 15, 2015 at 18:14 UTC | |
by Anonymous Monk on May 15, 2015 at 23:18 UTC | |
by ikegami (Patriarch) on May 17, 2015 at 02:08 UTC | |
by Anonymous Monk on May 17, 2015 at 06:09 UTC | |
by ikegami (Patriarch) on May 18, 2015 at 03:51 UTC | |
|