Use '!' to mark native integer packings instead of '_'.
[p5sagit/p5-mst-13.2.git] / t / lib / open3.t
index b84dac9..3a5d1c1 100755 (executable)
@@ -2,7 +2,7 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    @INC = '../lib';
+    unshift @INC, '../lib';
     require Config; import Config;
     if (!$Config{'d_fork'}
        # open2/3 supported on win32 (but not Borland due to CRT bugs)