in reply to Re: After compiling a script using PAR::Packer I get the error Can't locate XML/LibXML/SAX.pm in @INC
in thread After compiling a script using PAR::Packer I get the error Can't locate XML/LibXML/SAX.pm in @INC

That won't pack all the dlls required like these
c\bin\libxml2-2_.dll c\bin\libiconv-2_.dll c\bin\zlib1_.dll

depends.exe /c /f:1 /pb /ot:temp.txt ... ...\perl.exe ...\foo.pl ...

  • Comment on Re^2: After compiling a script using PAR::Packer I get the error Can't locate XML/LibXML/SAX.pm in @INC
  • Download Code

Replies are listed 'Best First'.
Re^3: 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 17, 2015 at 02:09 UTC
    I've never used pp. Feel free to provide the more complete command.