Upgrade to ExtUtils-MakeMaker-6.46
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / MM_VOS.pm
index 36a6f28..87bb8ea 100644 (file)
@@ -1,11 +1,10 @@
 package ExtUtils::MM_VOS;
 
 use strict;
-use vars qw($VERSION @ISA);
-$VERSION = '6.37_03';
+our $VERSION = '6.46';
 
 require ExtUtils::MM_Unix;
-@ISA = qw(ExtUtils::MM_Unix);
+our @ISA = qw(ExtUtils::MM_Unix);
 
 
 =head1 NAME