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

using

This installs from a fresh Module::Build to your inc/inc_Module-Build directory. Use it from within your dist:

  perl /path/to/Module-Build/scripts/bundle.pl

You still need to manually add the following to your Build.PL

  use lib 'inc';
  use latest 'Module::Build';

You also need to regen your manifest.

  perl Build.PL
  ./Build distmeta; >MANIFEST; ./Build manifest; svn diff MANIFEST