find_perl() must be after environment initialization
Craig A. Berry [Thu, 19 Jan 2006 04:55:19 +0000 (04:55 +0000)]
p4raw-id: //depot/perl@26913

ext/Devel/PPPort/t/ppphtest.t

index d6dc344..4dc7f48 100644 (file)
@@ -49,9 +49,9 @@ use Config;
 
 my $tmp = 'ppptmp';
 my $inc = '';
-my $perl = find_perl();
 my $isVMS = $^O eq 'VMS';
 my $isMAC = $^O eq 'MacOS';
+my $perl = find_perl();
 
 rmtree($tmp) if -d $tmp;
 mkpath($tmp) or die "mkpath $tmp: $!\n";