},
'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),
Revision history for Perl extension ExtUtils::CBuilder.
+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:
-This software is copyright (c) 2014 by Ken Williams.
+This software is copyright (c) 2015 by Ken Williams.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
--- The GNU General Public License, Version 1, February 1989 ---
-This software is Copyright (c) 2014 by Ken Williams.
+This software is Copyright (c) 2015 by Ken Williams.
This is free software, licensed under:
--- The Artistic License 1.0 ---
-This software is Copyright (c) 2014 by Ken Williams.
+This software is Copyright (c) 2015 by Ken Williams.
This is free software, licensed under:
-
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.020.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.036.
use strict;
use warnings;
-use ExtUtils::MakeMaker ;
-
-
+use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Compile and link C code for Perl modules",
"TEST_REQUIRES" => {
"Test::More" => "0.47"
},
- "VERSION" => "0.280221",
+ "VERSION" => "0.280223",
"test" => {
"TESTS" => "t/*.t"
}
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
$WriteMakefileArgs{INSTALLDIRS} = 'perl'
- if $] >= 5.009005 && $] <= 5.011000;
+ if $] >= 5.009003 && $] <= 5.011000;
WriteMakefile(%WriteMakefileArgs);
-
-
-
package ExtUtils::CBuilder;
-$ExtUtils::CBuilder::VERSION = '0.280221';
+$ExtUtils::CBuilder::VERSION = '0.280223';
use File::Spec ();
use File::Path ();
use File::Basename ();
package ExtUtils::CBuilder::Base;
-$ExtUtils::CBuilder::Base::VERSION = '0.280222';
+$ExtUtils::CBuilder::Base::VERSION = '0.280223';
use strict;
use File::Spec;
use File::Basename;
package ExtUtils::CBuilder::Platform::Unix;
-$ExtUtils::CBuilder::Platform::Unix::VERSION = '0.280221';
+$ExtUtils::CBuilder::Platform::Unix::VERSION = '0.280223';
use strict;
use ExtUtils::CBuilder::Base;
package ExtUtils::CBuilder::Platform::VMS;
-$ExtUtils::CBuilder::Platform::VMS::VERSION = '0.280222';
+$ExtUtils::CBuilder::Platform::VMS::VERSION = '0.280223';
use strict;
use ExtUtils::CBuilder::Base;
package ExtUtils::CBuilder::Platform::Windows;
-$ExtUtils::CBuilder::Platform::Windows::VERSION = '0.280222';
+$ExtUtils::CBuilder::Platform::Windows::VERSION = '0.280223';
use strict;
use warnings;
package ExtUtils::CBuilder::Platform::Windows::BCC;
-$ExtUtils::CBuilder::Platform::Windows::BCC::VERSION = '0.280220';
+$ExtUtils::CBuilder::Platform::Windows::BCC::VERSION = '0.280223';
sub format_compiler_cmd {
my ($self, %spec) = @_;
package ExtUtils::CBuilder::Platform::Windows::GCC;
-$ExtUtils::CBuilder::Platform::Windows::GCC::VERSION = '0.280220';
+$ExtUtils::CBuilder::Platform::Windows::GCC::VERSION = '0.280223';
sub format_compiler_cmd {
my ($self, %spec) = @_;
package ExtUtils::CBuilder::Platform::Windows::MSVC;
-$ExtUtils::CBuilder::Platform::Windows::MSVC::VERSION = '0.280220';
+$ExtUtils::CBuilder::Platform::Windows::MSVC::VERSION = '0.280223';
sub arg_exec_file {
my ($self, $file) = @_;
return "/OUT:$file";
package ExtUtils::CBuilder::Platform::aix;
-$ExtUtils::CBuilder::Platform::aix::VERSION = '0.280221';
+$ExtUtils::CBuilder::Platform::aix::VERSION = '0.280223';
use strict;
use ExtUtils::CBuilder::Platform::Unix;
use File::Spec;
package ExtUtils::CBuilder::Platform::android;
-$ExtUtils::CBuilder::Platform::android::VERSION = '0.280221';
+$ExtUtils::CBuilder::Platform::android::VERSION = '0.280223';
use strict;
use File::Spec;
use ExtUtils::CBuilder::Platform::Unix;
package ExtUtils::CBuilder::Platform::cygwin;
-$ExtUtils::CBuilder::Platform::cygwin::VERSION = '0.280221';
+$ExtUtils::CBuilder::Platform::cygwin::VERSION = '0.280223';
use strict;
use File::Spec;
use ExtUtils::CBuilder::Platform::Unix;
package ExtUtils::CBuilder::Platform::darwin;
-$ExtUtils::CBuilder::Platform::darwin::VERSION = '0.280221';
+$ExtUtils::CBuilder::Platform::darwin::VERSION = '0.280223';
use strict;
use ExtUtils::CBuilder::Platform::Unix;
package ExtUtils::CBuilder::Platform::dec_osf;
-$ExtUtils::CBuilder::Platform::dec_osf::VERSION = '0.280221';
+$ExtUtils::CBuilder::Platform::dec_osf::VERSION = '0.280223';
use strict;
use ExtUtils::CBuilder::Platform::Unix;
use File::Spec;
package ExtUtils::CBuilder::Platform::os2;
-$ExtUtils::CBuilder::Platform::os2::VERSION = '0.280221';
+$ExtUtils::CBuilder::Platform::os2::VERSION = '0.280223';
use strict;
use ExtUtils::CBuilder::Platform::Unix;