Ken Williams > Module-Build > scripts/bundle.pl

Download:
Module-Build-0.31.tar.gz

Annotate this POD

Website

View/Report Bugs

Source   Latest Release: Module-Build-0.33_02

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