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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Until the issue with
1.010is fixed, do the following:Go to http://search.cpan.org/dist/PAR-Packer/
From the “Other releases” drop down list, select
PAR-Packer-1.009and download itDecompress the archive, preserving directory structure
Run
perl Makefile.PLInstall all the missing prerequisites by hand using
ppm. E.g.,ppm install Module::ScanDepsetcInstall MingW:
ppm install MingWdmake, thendmake test, thendmake installLater, you can remove
PAR::Packerfrom the site area using theppmGUI and install the fixed version.