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


in reply to Packaging Perl Programs (is) Painful

So now I add the libraries to the pp command line:

Next time, you could try just adding the specific modules via the command line, not the whole libraries?

pp -M Math::BigInt::GMP -o test.exe test.pl