in reply to Trimming the fat from PerlAPP
to give you a list of all used/required files - try removing more.print join("\n",keys %INC);
Alternatively, try PAR's pp command - AFAIK it should only include needed modules in the resulting executable - and it's zipped.
|
|---|