Integrate Jarkko's path/INC tweaks
Nick Ing-Simmons [Wed, 30 Jan 2002 07:27:55 +0000 (07:27 +0000)]
p4raw-id: //depot/perlio@14498
p4raw-integrated: from //depot/perl@14490 'merge in' ext/Encode/compile
(@14492..)

ext/Encode/compile

index 13498d1..b5f659a 100755 (executable)
@@ -1,7 +1,7 @@
 #!../../perl -w
 BEGIN {
-    unshift @INC, '../../lib';
-    $ENV{PATH} .= ';../..' if $^O eq 'MSWin32';
+    unshift @INC, qw(../../lib ../../../lib);
+    $ENV{PATH} .= ';../..;../../..' if $^O eq 'MSWin32';
 }
 use strict;
 use Getopt::Std;