From: David Mitchell Date: Mon, 6 Jul 2009 09:43:53 +0000 (+0100) Subject: sync Module::Build with CPAN X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e7d8bd5654a96cc24d36822acabd540fd37ad046;p=p5sagit%2Fp5-mst-13.2.git sync Module::Build with CPAN --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 7d73ae3..3a81a92 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -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/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: