App::FatPacker(3) pack your dependencies onto your script file

SYNOPSIS


$ fatpack pack myscript.pl >myscript.packed.pl

Or, with more step-by-step control:

  $ fatpack trace myscript.pl
  $ fatpack packlists-for `cat fatpacker.trace` >packlists
  $ fatpack tree `cat packlists`
  $ fatpack file myscript.pl >myscript.packed.pl

See the documentation for the fatpack script itself for more information.

The programmatic API for this code is not yet fully decided, hence the 0.x release version. Expect that to be cleaned up for 1.0.

SUPPORT

Bugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=App-FatPacker> (or [email protected] <mailto:[email protected]>).

You can normally also obtain assistance on irc, in #toolchain on irc.perl.org.

AUTHOR

Matt S. Trout (mst) <[email protected]>

CONTRIBUTORS

miyagawa - Tatsuhiko Miyagawa (cpan:MIYAGAWA) <[email protected]>

tokuhirom - MATSUNOXTokuhiro (cpan:TOKUHIROM) <[email protected]>

dg - David Leadbeater (cpan:DGL) <[email protected]>

gugod - XXX (cpan:GUGOD) <[email protected]>

t0m - Tomas Doran (cpan:BOBTFISH) <[email protected]>

sawyer - Sawyer X (cpan:XSAWYERX) <[email protected]>

ether - Karen Etheridge (cpan:ETHER) <[email protected]>

Mithaldu - Christian Walde (cpan:MITHALDU) <[email protected]>

dolmen - Olivier Mengue (cpan:DOLMEN) <[email protected]>

djerius - Diab Jerius (cpan:DJERIUS) <[email protected]>

haarg - Graham Knop (cpan:HAARG> <[email protected]>

Many more people are probably owed thanks for ideas. Yet another doc nit to fix.

COPYRIGHT

Copyright (c) 2010 the App::FatPacker ``AUTHOR'' and ``CONTRIBUTORS'' as listed above.

LICENSE

This library is free software and may be distributed under the same terms as perl itself.