summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-06-03 16:02:48 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-06-03 16:02:48 +0100
commit65b2b0d2df3f11574733e1205386ec7b9e3f021f (patch)
tree8f3129d1661bfc04d375ba85f63545afb51d6ae1 /Porting
parent45d9e107cf94223a47b7a0eb69265c851039c08f (diff)
downloadperl-65b2b0d2df3f11574733e1205386ec7b9e3f021f.tar.gz
Update ExtUtils-CBuilder to CPAN version 0.280223
[DELTA] 0.280223 - 2015-06-02 Fixed: - Impose deterministic order on cpp-definition options. Heretofore, ExtUtils::CBuilder put cpp-definition options into the cc command line in non-deterministic order. This produced noise when diffing build logs. Make this order deterministic. (RT #124106) Added: - Add tests for ascii-betical order in t/04-base.t.
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 cefb2eabf6..100ee48c4e 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -418,7 +418,7 @@ use File::Glob qw(:case);
},
'ExtUtils::CBuilder' => {
- 'DISTRIBUTION' => 'AMBS/ExtUtils-CBuilder-0.280220.tar.gz',
+ 'DISTRIBUTION' => 'AMBS/ExtUtils-CBuilder-0.280223.tar.gz',
'FILES' => q[dist/ExtUtils-CBuilder],
'EXCLUDED' => [
qw(README.mkdn),