Integrate mainline
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / MM_Win95.pm
index aaabc13..65fac14 100644 (file)
@@ -1,7 +1,7 @@
 package ExtUtils::MM_Win95;
 
 use vars qw($VERSION @ISA);
-$VERSION = 0.01;
+$VERSION = 0.02;
 
 require ExtUtils::MM_Win32;
 @ISA = qw(ExtUtils::MM_Win32);
@@ -9,6 +9,18 @@ require ExtUtils::MM_Win32;
 
 # a few workarounds for command.com (very basic)
 
+sub dist_test {
+    my($self) = shift;
+    return q{
+disttest : distdir
+        cd $(DISTVNAME)
+        $(ABSPERLRUN) Makefile.PL
+        $(MAKE) $(PASTHRU)
+        $(MAKE) test $(PASTHRU)
+        cd ..
+};
+}
+
 sub xs_c {
     my($self) = shift;
     return '' unless $self->needs_linking();