Microcebus has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
I build standalone executables of my Perl scripts using the PAR::Packer. Everything works fine, but the size of the executable file becomes very large (~14MB). I know there is an exclude option -X but how can I know which of the modules I can exclude?
Is there a possibility to list all modules NOT needed for a certain script? Or maybe to list all modules within my PERL and all mudules needed by the script in question?
Thanks for your wisdom.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PAR::Packer exclude modules - but which ones?
by marto (Cardinal) on Sep 19, 2011 at 09:25 UTC | |
|
Re: PAR::Packer exclude modules - but which ones?
by Khen1950fx (Canon) on Sep 19, 2011 at 09:54 UTC | |
|
Re: PAR::Packer exclude modules - but which ones?
by Anonymous Monk on Sep 19, 2011 at 06:41 UTC |