From: Charles Lane Date: Tue, 13 Mar 2001 16:44:32 +0000 (-0500) Subject: t/lib/1_compile.t VMS mod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bdc55ba48addd52d165af02b8f4f8c5c516bea02;p=p5sagit%2Fp5-mst-13.2.git t/lib/1_compile.t VMS mod Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@9129 --- diff --git a/t/lib/1_compile.t b/t/lib/1_compile.t index 21e0c7c..f6e2ad0 100644 --- a/t/lib/1_compile.t +++ b/t/lib/1_compile.t @@ -95,5 +95,5 @@ foreach my $module (@Core_Modules) { sub compile_module { my ($module) = $_[0]; - return scalar `./perl -Ilib t/lib/compmod.pl $module` =~ /^ok/; + return scalar `$^X "-Ilib" t/lib/compmod.pl $module` =~ /^ok/; }