In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e7d8bd5654a96cc24d36822acabd540fd37ad046?hp=5cd3f21a9a59e2e0e29512753fbc2dba75e690c0>

- Log -----------------------------------------------------------------
commit e7d8bd5654a96cc24d36822acabd540fd37ad046
Author: David Mitchell <[email protected]>
Date:   Mon Jul 6 10:43:53 2009 +0100

    sync Module::Build with CPAN

M       Porting/Maintainers.pl
M       lib/Module/Build/Changes

commit ab6722ad2c36a1a9f454e0ef4f64a2b46b42932e
Author: David Mitchell <[email protected]>
Date:   Mon Jul 6 10:41:10 2009 +0100

    sync ExtUtils::CBuilder with CPAM

M       Porting/Maintainers.pl
M       lib/ExtUtils/CBuilder/Changes
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl        |    4 ++--
 lib/ExtUtils/CBuilder/Changes |    5 +++++
 lib/Module/Build/Changes      |   10 ++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 0e55263..3a81a92 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -608,7 +608,7 @@ package Maintainers;
     'ExtUtils::CBuilder' =>
        {
        'MAINTAINER'    => 'kwilliams',
-       'DISTRIBUTION'  => 'DAGOLDEN/ExtUtils-CBuilder-0.2601.tar.gz',
+       'DISTRIBUTION'  => 'DAGOLDEN/ExtUtils-CBuilder-0.2602.tar.gz',
        'FILES'         => q[lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder],
        'EXCLUDED'      => [ qw{devtools} ],
        'CPAN'          => 1,
@@ -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,
diff --git a/lib/ExtUtils/CBuilder/Changes b/lib/ExtUtils/CBuilder/Changes
index cb1fc0f..2e011ee 100644
--- a/lib/ExtUtils/CBuilder/Changes
+++ b/lib/ExtUtils/CBuilder/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension ExtUtils::CBuilder.
 
+0.2602 - Sat Jul  4 10:57:12 EDT 2009
+
+ Bugs fixed:
+ - Fixed 00-have-compiler.t if $^X is a relative path [David Wheeler]
+
 0.2601 - Wed Jul  1 09:37:39 EDT 2009
 
  Bugs fixed:
diff --git a/lib/Module/Build/Changes b/lib/Module/Build/Changes
index 1eb349b..04f7367 100644
--- a/lib/Module/Build/Changes
+++ b/lib/Module/Build/Changes
@@ -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:

--
Perl5 Master Repository

Reply via email to