summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-12-07 13:25:37 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-12-07 13:27:35 +0000
commit06e8058f27e4269b951baba5323da7760787ddf3 (patch)
tree3b631fe642d9bcee412e244d13b4813ab26bb4cb /Porting
parentee076ba5399aecf10526b8d173a1623153deaffc (diff)
downloadperl-06e8058f27e4269b951baba5323da7760787ddf3.tar.gz
Update ExtUtils-CBuilder to CPAN version 0.2800
[DELTA] 0.2800 - Mon Dec 6 16:05:46 EST 2010 - No changes from 0.27_07 0.27_07 - Wed Sep 29 21:48:55 EDT 2010 Fixed: - Fixed t/02-link.t on perl < 5.8 0.27_06 - Mon Sep 27 15:29:54 EDT 2010 Fixed: - Preserves exit status on VMS [Craig Berry] - Fix Win32 split_like_shell escaping [Christian Walde] 0.27_05 - Wed Jul 28 15:29:59 EDT 2010 Fixed: - Tests no longer fail if user has set the CC environment variable 0.27_04 - Mon Jul 26 22:41:43 EDT 2010 Added: - handle c compiler and c++ compiler separately (adds requirement for IPC::Cmd) [Jens Rehsack] Others: - rely on File::Temp::tempfile and File::Spec::tmpdir to get unique file name for checking for compiler [Jens Rehsack] - Code base modernization and substantial code coverage improvments [Jim Keenan]
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 773258aebe..4a96b5c3fc 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -527,7 +527,7 @@ use File::Glob qw(:case);
'ExtUtils::CBuilder' =>
{
'MAINTAINER' => 'kwilliams',
- 'DISTRIBUTION' => 'DAGOLDEN/ExtUtils-CBuilder-0.2703.tar.gz',
+ 'DISTRIBUTION' => 'DAGOLDEN/ExtUtils-CBuilder-0.2800.tar.gz',
'FILES' => q[cpan/ExtUtils-CBuilder],
'UPSTREAM' => 'cpan',
},