This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to ExtUtils::MakeMaker 6.52
[perl5.git] / lib / ExtUtils / MM_AIX.pm
index 7de7da5..11673bf 100644 (file)
@@ -1,11 +1,10 @@
 package ExtUtils::MM_AIX;
 
 use strict;
-use vars qw($VERSION @ISA);
-$VERSION = '0.03';
+our $VERSION = '6.52';
 
 require ExtUtils::MM_Unix;
-@ISA = qw(ExtUtils::MM_Unix);
+our @ISA = qw(ExtUtils::MM_Unix);
 
 use ExtUtils::MakeMaker qw(neatvalue);