Re: [PATCH] Add CPANPLUS 0.78 to the core
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / MM_Win95.pm
index d0e2cb2..9098bae 100644 (file)
@@ -1,7 +1,9 @@
 package ExtUtils::MM_Win95;
 
+use strict;
+
 use vars qw($VERSION @ISA);
-$VERSION = '0.04';
+$VERSION = '0.06';
 
 require ExtUtils::MM_Win32;
 @ISA = qw(ExtUtils::MM_Win32);
@@ -22,7 +24,7 @@ ExtUtils::MM_Win95 - method to customize MakeMaker for Win9X
 This is a subclass of ExtUtils::MM_Win32 containing changes necessary
 to get MakeMaker playing nice with command.com and other Win9Xisms.
 
-=head2 Overriden methods
+=head2 Overridden methods
 
 Most of these make up for limitations in the Win9x/nmake command shell.
 Mostly its lack of &&.