Update $VERSION in each platform-specific module.
For: RT #122860
Revision history for Perl extension ExtUtils::CBuilder.
+0.280220 - 2014-09-27
+
+ Fixed:
+
+ - Added missing 'use Config' from 'android.pm' (thanks Debian community)
+
0.280219 - 2014-09-01
Fixed:
package ExtUtils::CBuilder;
-$ExtUtils::CBuilder::VERSION = '0.280219';
+$ExtUtils::CBuilder::VERSION = '0.280220';
use File::Spec ();
use File::Path ();
use File::Basename ();
package ExtUtils::CBuilder::Base;
-$ExtUtils::CBuilder::Base::VERSION = '0.280219';
+$ExtUtils::CBuilder::Base::VERSION = '0.280220';
use strict;
use File::Spec;
use File::Basename;
package ExtUtils::CBuilder::Platform::Unix;
-$ExtUtils::CBuilder::Platform::Unix::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::Unix::VERSION = '0.280220';
use strict;
use ExtUtils::CBuilder::Base;
package ExtUtils::CBuilder::Platform::VMS;
-$ExtUtils::CBuilder::Platform::VMS::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::VMS::VERSION = '0.280220';
use strict;
use ExtUtils::CBuilder::Base;
package ExtUtils::CBuilder::Platform::Windows;
-$ExtUtils::CBuilder::Platform::Windows::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::Windows::VERSION = '0.280220';
use strict;
use warnings;
package ExtUtils::CBuilder::Platform::Windows::BCC;
-$ExtUtils::CBuilder::Platform::Windows::BCC::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::Windows::BCC::VERSION = '0.280220';
sub format_compiler_cmd {
my ($self, %spec) = @_;
package ExtUtils::CBuilder::Platform::Windows::GCC;
-$ExtUtils::CBuilder::Platform::Windows::GCC::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::Windows::GCC::VERSION = '0.280220';
sub format_compiler_cmd {
my ($self, %spec) = @_;
package ExtUtils::CBuilder::Platform::Windows::MSVC;
-$ExtUtils::CBuilder::Platform::Windows::MSVC::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::Windows::MSVC::VERSION = '0.280220';
sub arg_exec_file {
my ($self, $file) = @_;
return "/OUT:$file";
package ExtUtils::CBuilder::Platform::aix;
-$ExtUtils::CBuilder::Platform::aix::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::aix::VERSION = '0.280220';
use strict;
use ExtUtils::CBuilder::Platform::Unix;
use File::Spec;
package ExtUtils::CBuilder::Platform::android;
-$ExtUtils::CBuilder::Platform::android::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::android::VERSION = '0.280220';
use strict;
use File::Spec;
use ExtUtils::CBuilder::Platform::Unix;
+use Config;
use vars qw(@ISA);
@ISA = qw(ExtUtils::CBuilder::Platform::Unix);
package ExtUtils::CBuilder::Platform::cygwin;
-$ExtUtils::CBuilder::Platform::cygwin::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::cygwin::VERSION = '0.280220';
use strict;
use File::Spec;
use ExtUtils::CBuilder::Platform::Unix;
package ExtUtils::CBuilder::Platform::darwin;
-$ExtUtils::CBuilder::Platform::darwin::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::darwin::VERSION = '0.280220';
use strict;
use ExtUtils::CBuilder::Platform::Unix;
package ExtUtils::CBuilder::Platform::dec_osf;
-$ExtUtils::CBuilder::Platform::dec_osf::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::dec_osf::VERSION = '0.280220';
use strict;
use ExtUtils::CBuilder::Platform::Unix;
use File::Spec;
package ExtUtils::CBuilder::Platform::os2;
-$ExtUtils::CBuilder::Platform::os2::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::os2::VERSION = '0.280220';
use strict;
use ExtUtils::CBuilder::Platform::Unix;