CGI-Application-Plugin-Authentication
    
    
  
  
  
view release on metacpan or search on metacpan
local/lib/perl5/Module/Build/Bundling.pod view on Meta::CPAN
fields):
  use Module::Build;
  Module::Build->new(
    module_name => 'Foo::Bar',
    license     => 'perl',
  )->create_build_script;
A "bundling" Build.PL replaces the initial "use" line with a nearly
transparent replacement:
  use inc::latest 'Module::Build';
  Module::Build->new(
    module_name => 'Foo::Bar',
    license => 'perl',
  )->create_build_script;
For I<authors>, when "Build dist" is run, Module::Build will be
automatically bundled into C<inc> according to the rules for
    
  
  
  
( run in 0.759 second using v1.01-cache-2.11-cpan-a1d94b6210f )