App-FatPacker-Simple

 view release on metacpan or  search on metacpan

lib/App/FatPacker/Simple/Tutorial.pm  view on Meta::CPAN

=head1 SUMMARY

If you execute C<fatpack-simple script.pl>,
then you will get C<script.fatpack.pl>
that is the fatpacked C<script.pl> with all modules in
C<lib,fatlib,local,extlib> directories.
Also note that the all modules are automatically perl-stripped.

=head1 TUTORIAL

Let's say you have C<hello.pl> and want to fatpack it.
And assume

=over 4

=item * C<hello.pl> uses your modules in C<lib> directory: C<lib/Hello.pm>, C<lib/Hello/CLI.pm>

=item * external cpan module dependencies are declared in C<cpanfile>

=back



( run in 0.404 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )