• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H14-Dec-2015-841

lib/App/H14-Dec-2015-512334

maint/H14-Dec-2015-107

t/H14-Dec-2015-216145

ChangesH A D14-Dec-20152.8 KiB9267

MANIFESTH A D14-Dec-2015523 2322

META.jsonH A D14-Dec-20151.8 KiB7069

META.ymlH A D14-Dec-2015988 3938

Makefile.PLH A D14-Dec-20151.4 KiB5850

READMEH A D14-Dec-20152 KiB7045

README

1NAME
2    App::FatPacker - pack your dependencies onto your script file
3
4SYNOPSIS
5      $ fatpack pack myscript.pl >myscript.packed.pl
6
7    Or, with more step-by-step control:
8
9      $ fatpack trace myscript.pl
10      $ fatpack packlists-for `cat fatpacker.trace` >packlists
11      $ fatpack tree `cat packlists`
12      $ fatpack file myscript.pl >myscript.packed.pl
13
14    See the documentation for the fatpack script itself for more
15    information.
16
17    The programmatic API for this code is not yet fully decided, hence the
18    0.x release version. Expect that to be cleaned up for 1.0.
19
20SEE ALSO
21    article for Perl Advent 2012
22    <http://www.perladvent.org/2012/2012-12-14.html>
23
24SUPPORT
25    Bugs may be submitted through the RT bug tracker
26    <https://rt.cpan.org/Public/Dist/Display.html?Name=App-FatPacker> (or
27    bug-App-FatPacker@rt.cpan.org <mailto:bug-App-FatPacker@rt.cpan.org>).
28
29    You can normally also obtain assistance on irc, in #toolchain on
30    irc.perl.org.
31
32AUTHOR
33    Matt S. Trout (mst) <mst@shadowcat.co.uk>
34
35  CONTRIBUTORS
36    miyagawa - Tatsuhiko Miyagawa (cpan:MIYAGAWA) <miyagawa@bulknews.net>
37
38    tokuhirom - MATSUNO★Tokuhiro (cpan:TOKUHIROM) <tokuhirom@gmail.com>
39
40    dg - David Leadbeater (cpan:DGL) <dgl@dgl.cx>
41
42    gugod - 劉康民 (cpan:GUGOD) <gugod@cpan.org>
43
44    t0m - Tomas Doran (cpan:BOBTFISH) <bobtfish@bobtfish.net>
45
46    sawyer - Sawyer X (cpan:XSAWYERX) <xsawyerx@cpan.org>
47
48    ether - Karen Etheridge (cpan:ETHER) <ether@cpan.org>
49
50    Mithaldu - Christian Walde (cpan:MITHALDU)
51    <walde.christian@googlemail.com>
52
53    dolmen - Olivier Mengué (cpan:DOLMEN) <dolmen@cpan.org>
54
55    djerius - Diab Jerius (cpan:DJERIUS) <djerius@cpan.org>
56
57    haarg - Graham Knop (cpan:HAARG> <haarg@haarg.org>
58
59    Many more people are probably owed thanks for ideas. Yet another doc nit
60    to fix.
61
62COPYRIGHT
63    Copyright (c) 2010 the App::FatPacker "AUTHOR" and "CONTRIBUTORS" as
64    listed above.
65
66LICENSE
67    This library is free software and may be distributed under the same
68    terms as perl itself.
69
70