http://www.perlmonks.org?node_id=973484


in reply to Re: Error while running an exe built using the PP module.
in thread Error while running an exe built using the PP module.

Its already included, the error message is XML::Parser::Expat: load_file:The specified module could not be found

Basically, XML::Parser::Expat was compiled against libexpat.dll instead of the static version, and you have to include libexpat.dll with the -l option

See Re: Missing libeay32.dll from an exe generated with pp utility

  • Comment on Re^2: Error while running an exe built using the PP module.