This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump ExtUtils::CBuilder version following a24b897525551a1d.
[perl5.git] / dist / ExtUtils-CBuilder / lib / ExtUtils / CBuilder / Platform / aix.pm
index ec9a0d6..358cf85 100644 (file)
@@ -5,7 +5,7 @@ use ExtUtils::CBuilder::Platform::Unix;
 use File::Spec;
 
 use vars qw($VERSION @ISA);
-$VERSION = '0.280202';
+$VERSION = '0.280203';
 @ISA = qw(ExtUtils::CBuilder::Platform::Unix);
 
 sub need_prelink { 1 }