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

# 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

Module::Install::Bundle::Platypus

Daisuke Maki - <daisuke@endeworks.jp>

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