X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FExtUtils%2FMM_Win95.pm;h=65fac14f251dc05d2e4fec235af5925fb692e819;hb=80a5d8e74b5512d4ab704d0e83466ae41247ce55;hp=aaabc132bcfbce36f5802c8ffd965eb43e2d8f10;hpb=004283b80f6094bb85aba6f48a74e3c5c34ea24f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/ExtUtils/MM_Win95.pm b/lib/ExtUtils/MM_Win95.pm index aaabc13..65fac14 100644 --- a/lib/ExtUtils/MM_Win95.pm +++ b/lib/ExtUtils/MM_Win95.pm @@ -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();