X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/f4fb63c7b74ff0e28cab75889fd6b0947f57d662..83dcc06449a663a90ca8ede9545bc9007db0da4d:/dist/ExtUtils-CBuilder/Changes diff --git a/dist/ExtUtils-CBuilder/Changes b/dist/ExtUtils-CBuilder/Changes index fab9a9d..27f3bc3 100644 --- a/dist/ExtUtils-CBuilder/Changes +++ b/dist/ExtUtils-CBuilder/Changes @@ -1,5 +1,25 @@ Revision history for Perl extension ExtUtils::CBuilder. +0.282224 - 2015-10-09 + + Enhncements: + + - Use warnings/strict on all modules. + +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. + 0.280220 - 2014-09-27 Fixed: @@ -381,7 +401,7 @@ Revision history for Perl extension ExtUtils::CBuilder. somehow never got into this copy. [Steve Hay] - Added a new 'defines' parameter to compile(), which gives a - platform-independant way to specify various -Dfoo=bar (or the + platform-independent way to specify various -Dfoo=bar (or the equivalent) compiler defines. [Randy W. Sims] 0.14 Mon Sep 19 13:40:37 CDT 2005