X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=bin%2Ffatpack;h=e56350d49f1615484b6fa1e0a9f26450802b80e0;hb=3fdf85cab9fd27ad5e7d5141e197b9832d6b9394;hp=536073c12171ea2a468eb4fd8a81f2729f55aa37;hpb=ac04cb12844d59c4ea810a2413c0f657fb71299e;p=p5sagit%2FApp-FatPacker.git diff --git a/bin/fatpack b/bin/fatpack index 536073c..e56350d 100755 --- a/bin/fatpack +++ b/bin/fatpack @@ -10,7 +10,8 @@ fatpack - Command line frontend for App::FatPacker =head2 trace - $ fatpack trace [--to=trace-file|--to-stderr] myscript.pl + $ fatpack trace [--to=trace-file|--to-stderr] [--use=MODULE] + myscript.pl Compiles myscript.pl (as in "perl -c") and writes out a trace file containing every module require()d during the compilation. @@ -22,6 +23,9 @@ If you pass --to-stderr fatpack writes the trace to STDERR instead. You cannot pass both --to and --to-stderr. +If the --use option specifies a module (or modules, if used multiple +times) those modules will be additionally included in the trace output. + =head2 packlists-for $ fatpack packlists-for Module1 Module2 Module3