The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Module::Install::Bundle::LocalLib - Bundle Your Prerequisites With local::lib

SYNOPSIS

    # in your Makefile.PL
    use inc::Module::Install;

    name 'MyApp';
    requires 'Catalyst'; # or whatever

    bundle_local_lib;

    WriteAll;

    # after you typed perl Makefile.PL:
    make bundle_local_lib

    # if you don't care about running tests, do this:
    make bundle_local_lib_fast

SEE ALSO

Module::Install::Bundle::Platypus

AUTHOR

Daisuke Maki - <daisuke@endeworks.jp>

LICENSE

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

See http://www.perl.com/perl/misc/Artistic.html