Dist-Zilla-Plugin-FatPacker

 view release on metacpan or  search on metacpan

lib/Dist/Zilla/Plugin/FatPacker.pm  view on Meta::CPAN

__END__

=pod

=encoding UTF-8

=head1 NAME

Dist::Zilla::Plugin::FatPacker - Pack your dependencies onto your script file

=head1 VERSION

version 1.161631

=for test_synopsis BEGIN { die "SKIP: synopsis isn't perl code" }

=head1 SYNOPSIS

In C<dist.ini>:

    [FatPacker]
    script = bin/my_script

=head1 DESCRIPTION

This plugin uses L<App::FatPacker> to pack your dependencies onto your script
file.

=head2 munge_file

When processing the script file indicated by the C<script> configuration parameter,
it prepends its packed dependencies to the script.

This process creates temporary files outside the build directory, but if there
are no errors, they will be removed again.

=head2 safe_pipe_command

Runs a command in a pipe, and returns the stdout.

=head2 safe_remove_tree

A wrapper around C<remove_tree()> from C<File::Path> that adds some
error checks.

=head2 safe_system

A wrapper around C<system()> that adds some error checks.

=head1 AVAILABILITY

The latest version of this module is available from the Comprehensive Perl
Archive Network (CPAN). Visit L<http://www.perl.com/CPAN/> to find a CPAN
site near you, or see L<https://metacpan.org/module/Dist::Zilla::Plugin::FatPacker/>.

=head1 SOURCE

The development version is on github at L<http://github.com/doherty/Dist-Zilla-Plugin-FatPacker>
and may be cloned from L<git://github.com/doherty/Dist-Zilla-Plugin-FatPacker.git>

=head1 BUGS AND LIMITATIONS

You can make new bug reports, and view existing ones, through the
web interface at L<https://github.com/doherty/Dist-Zilla-Plugin-FatPacker/issues>.

=head1 AUTHOR

Mike Doherty <doherty@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Mike Doherty.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut



( run in 1.263 second using v1.01-cache-2.11-cpan-39bf76dae61 )