Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.perl.org/modules/Module-Build/trunk@5321 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
kenahoo committed Apr 14, 2005
1 parent 8bd6b10 commit 82345f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Changes
Expand Up @@ -3,6 +3,13 @@ Revision history for Perl extension Module::Build.

0.27_01 (Beta for 0.28)

- The auto_features mechanism will now re-evaluate dependencies every
time feature() is called for an auto-feature, rather than freezing
the success/failure value during 'perl Build.PL' and using that
value for all eternity (or module update, whichever comes first).
This applies to both $build->feature() and
FooModule::ConfigData->feature() calls. [Requested by many]

- Added the meta_add and meta_merge mechanisms, which let the module
author add/merge arbitrary entries into the META.yml file.

Expand Down

0 comments on commit 82345f9

Please sign in to comment.