sync Module::Build with CPAN
David Mitchell [Mon, 6 Jul 2009 09:43:53 +0000 (10:43 +0100)]
Porting/Maintainers.pl
lib/Module/Build/Changes

index 7d73ae3..3a81a92 100755 (executable)
@@ -1178,7 +1178,7 @@ package Maintainers;
     'Module::Build' =>
        {
        'MAINTAINER'    => 'kwilliams',
-       'DISTRIBUTION'  => 'DAGOLDEN/Module-Build-0.33_05.tar.gz',
+       'DISTRIBUTION'  => 'DAGOLDEN/Module-Build-0.33_06.tar.gz',
        'FILES'         => q[lib/Module/Build lib/Module/Build.pm],
        'EXCLUDED'      => [ qw{ t/par.t t/signature.t scripts/bundle.pl}, ],
        'CPAN'          => 1,
index 1eb349b..04f7367 100644 (file)
@@ -1,5 +1,15 @@
 Revision history for Perl extension Module::Build.
 
+0.33_06 - Sun Jul  5 10:11:40 EDT 2009
+
+ Bug-fixes:
+ - Bundled version code will use pure Perl on 5.10.0 to work around
+   a corner case involving eval and locale [John Peacock]
+ - Reversed VMS patch from 0.33_03 [Craig Berry]
+ - PL_files in Build.PL that are in the bin/scripts directory should not be
+   installed as if they are scripts (fixed for case-tolerant systems). 
+   [David Golden, reported by Craig Berry]
+
 0.33_05 - Sun Jun 28 22:06:49 EDT 2009
 
  Enhancements: