Upgrade to ExtUtils::MakeMaker 6.49_01
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / MM_VOS.pm
index 71b50f6..16d30fb 100644 (file)
@@ -1,11 +1,10 @@
 package ExtUtils::MM_VOS;
 
 use strict;
-use vars qw($VERSION @ISA);
-$VERSION = '0.03';
+our $VERSION = '6.49_01';
 
 require ExtUtils::MM_Unix;
-@ISA = qw(ExtUtils::MM_Unix);
+our @ISA = qw(ExtUtils::MM_Unix);
 
 
 =head1 NAME