Change 16375 by jhi@alpha on 2002/05/03 14:09:38
Oops.
Affected files ...
.... //depot/perl/lib/ExtUtils/MM_BeOS.pm#4 edit
Differences ...
==== //depot/perl/lib/ExtUtils/MM_BeOS.pm#4 (text) ====
Index: perl/lib/ExtUtils/MM_BeOS.pm
--- perl/lib/ExtUtils/MM_BeOS.pm.~1~ Fri May 3 08:15:05 2002
+++ perl/lib/ExtUtils/MM_BeOS.pm Fri May 3 08:15:05 2002
@@ -24,7 +24,7 @@
require ExtUtils::MM_Unix;
use vars qw(@ISA $VERSION);
-@ISA = qw( ExtUtils::MM_Any ExtUtils::MM_unix );
+@ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix );
$VERSION = 1.01_01;
End of Patch.