document updated 12 years ago, on Oct 8, 2012
real-world examples
Examples of modules that ship scripts that have been fatpacked:
the commands to run
see "Recipes" in fatpack documentation
fatpack-script-in-one-step
other tips
- using perlstrip will reduce the size of the final script
- If FatPacker fails for a mysterious reason, and you want to debug what exactly it's doing, then do this:
perl -d:DumpTrace=+App::FatPacker -MApp::FatPacker -e 'App::FatPacker->new->run_script' trace script.pl