Not by my experience.
Maybe it's possible to tell it to include modules,
like the cpan page says, but I've never figured out how exactly ^^.
Thx anyway
Update:
I figured it out it works !
I did needed the -x as proposed in
Re^5: print-screen without non-core modules ?
but as I said before I couldn't figure out how to use this -x line.
After using -x 2 unidentified strange files were created and than the pl was opened in the very terminal in which the -x was entered (no new terminal was opened).
After waiting for a long time seeing nothing changes (that is, no exe is created),
I closed the terminal by hitting the X button on it's window.
What was actually happening is the 2 files were a mid process part of creating the exe, as was running the pl in that terminal to gather run-time dependencies, otherwise undetectable.
While the pl was running I needed to use the very part(s) of the program the experienced problems in the exe version created without the -x line.
Once that as done, the dependencies were considered.
Than the pl needed to be properly closed (by internal process, that is without closing the terminal),
only than the 2 files (along with the run-time dependencies) merged into a beautiful fully functioning exe file.
Just to bad the Cpan page of "pp" doesn't explain this process as usage instructions.
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.