Hi - I'm using the 32 bit portable install of Strawberry Perl 5.16.3 (also tried 5.18.0.1) on Windows 7 x64. I installed PAR::Packer manually by downloading the zip bundles for PAR::Packer and it's two dependent modules Getopt::Argvfile and Module-Scandeps, and building them the standard way (perl Makefile.pl; dmake test; dmake install). All tests passed.
I then try:
pp -v -o tt.exe -e "print 1..99"
I see a bunch of modules that presumably PAR needs to do its thing, and the tt.exe files is 3.5 MB, which is reasonable. Opening it with winzip shows only 5 files. So far so good.
Next I try:
pp -v -o ttt.exe -e "use strict; print 1..99"
This takes 10 times longer than the first one, I see the same modules needed by PAR being included, but the ttt.exe file is over 9 MB, and winzip shows over 1500 files in it!
Why is PAR including many modules that it doesn't need at all? Things like DBD, DBI, CPAN, Tar, etc. This makes no sense to me at all.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.