PerlApp generate perl script to executable. I get a problem using the PerlApp Here are the steps:
- Generate a perl script (e.pl) with the following 2 lines require Date::Manip; require Date::Manip::DM6;
- perlapp e.pl --add Date::Manip --add Date::Manip::DM6
- e.exe generate the following errors: c:_test>e.exe ERROR LOADING MODULE: Date::Manip::DM6 at /Date/Manip.pm line 35.
Just in case you're suffering from an
XY Problem
:Considering using
pp
instead ofPerlApp
. The following works just fine:And then packaging: