Author: ericwilhelm Date: Thu Dec 11 18:29:01 2008 New Revision: 12150 Modified: Module-Build/trunk/Changes Module-Build/trunk/MANIFEST Module-Build/trunk/lib/Module/Build/Cookbook.pm
Log: lib/Module/Build/Cookbook.pm - refer to scripts/bundle.pl in the bundling docs MANIFEST - regen Changes - prep for release Modified: Module-Build/trunk/Changes ============================================================================== --- Module-Build/trunk/Changes (original) +++ Module-Build/trunk/Changes Thu Dec 11 18:29:01 2008 @@ -1,6 +1,6 @@ Revision history for Perl extension Module::Build. -0.30_01 +0.30_01 - Thu Dec 11 18:25:53 PST 2008 New Docs - Added a recipe for writing a new action to the Cookbook Modified: Module-Build/trunk/MANIFEST ============================================================================== --- Module-Build/trunk/MANIFEST (original) +++ Module-Build/trunk/MANIFEST Thu Dec 11 18:29:01 2008 @@ -34,7 +34,9 @@ MANIFEST META.yml README +scripts/bundle.pl scripts/config_data +t/add_property.t t/basic.t t/bundled/Tie/CPHash.pm t/compat.t Modified: Module-Build/trunk/lib/Module/Build/Cookbook.pm ============================================================================== --- Module-Build/trunk/lib/Module/Build/Cookbook.pm (original) +++ Module-Build/trunk/lib/Module/Build/Cookbook.pm Thu Dec 11 18:29:01 2008 @@ -457,6 +457,9 @@ =head2 Bundling Module::Build +Note: This section probably needs an update as the technology improves +(see scripts/bundle.pl in the distribution.) + Let's say you want to make sure your distribution has the right version of Module::Build. First thing you should do is to set C<configure_requires> to your minimum version of Module::Build. See
