summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2009-10-29 21:40:33 -0400
committerDavid Golden <dagolden@cpan.org>2009-10-29 23:56:35 -0400
commit506098d45ac55c24cf52451800576cb7bcfccff9 (patch)
treea47af9dbaa950221341cc03398f9dcbfd5bad5b4 /Porting
parent5fb77da43fd55ef9c3a8599c3ab23fdee9f25053 (diff)
downloadperl-506098d45ac55c24cf52451800576cb7bcfccff9.tar.gz
Updated ExtUtils::CBuilder to 0.27
0.27 - Thu Oct 29 21:29:56 EDT 2009 Other: - Removed Build.PL to avoid creating a circular dependency - Added version numbers to Windows compiler driver modules 0.26_05 - Sun Oct 25 17:29:02 EDT 2009 Bugs fixed: - Fixed t/02link.t failures on cygwin with Perl 5.8 [David Golden] Other: - Made have_compiler (and have_cplusplus) quiet without echoing the test command to STDOUT [David Golden] 0.26_04 - Mon Oct 19 21:57:46 EDT 2009 Enhancements: - Added 'have_cplusplus()' method to check for C++ support - Added patches for building Perl with mingw64 [Sisyphus] - Allow CC environment variable to override $Config{cc} Bugs fixed: - Fixed link executable command for Win32 MSVC (RT#40819) [Cosimo Streppone] - Removed MSVC version check when embedding a manifest file (RT #43002) [Steve Hay] Other: - Split Windows compiler driver packages into individual *.pm files
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 6a3502355d..e4794c3d9d 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -559,7 +559,7 @@ use File::Glob qw(:case);
'ExtUtils::CBuilder' =>
{
'MAINTAINER' => 'kwilliams',
- 'DISTRIBUTION' => 'DAGOLDEN/ExtUtils-CBuilder-0.260301.tar.gz',
+ 'DISTRIBUTION' => 'DAGOLDEN/ExtUtils-CBuilder-0.27.tar.gz',
'FILES' => q[cpan/ExtUtils-CBuilder],
'CPAN' => 1,
'UPSTREAM' => 'cpan',