I have to create an exe from a Perl script. I installed
ActivePerl-5.14.2.1402-MSWin32-x86-295342.msi
How do I install pp?
Until the issue with 1.010
is fixed, do the following:
From the "Other releases" drop down list, select PAR-Packer-1.009
and download it
Decompress the archive, preserving directory structure
Run perl Makefile.PL
Install all the missing prerequisites by hand using ppm
. E.g., ppm install Module::ScanDeps
etc
Install MingW: ppm install MingW
dmake
, then dmake test
, then dmake install
Later, you can remove PAR::Packer
from the site area using the ppm
GUI and install the fixed version.