more VMS tweaks for addn'l selfstubber tests
Peter Prymmer [Mon, 30 Apr 2001 16:26:30 +0000 (09:26 -0700)]
Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>

p4raw-id: //depot/perl@9922

t/lib/selfstubber.t

index d338489..2e74a02 100644 (file)
@@ -203,11 +203,11 @@ print "ok 8\n";
 }
 
 # Check that the DATA handle stays open
-system "$runperl -w \"-I$lib\" -MData -e Data::ok";
+system "$runperl -w \"-I$lib\" \"-MData\" -e \"Data::ok\"";
 
 # Possibly a pointless test as this doesn't really verify that it's been
 # stubbed.
-system "$runperl -w \"-I$lib\" -MEnd -e End::lime";
+system "$runperl -w \"-I$lib\" \"-MEnd\" -e \"End::lime\"";
 
 # But check that the documentation after the __END__ survived.
 open FH, "$lib/End.pm" or die $!;