Work in non core env.
[p5sagit/p5-mst-13.2.git] / ext / threads / t / basic.t
index 4236bf6..c228d70 100755 (executable)
@@ -15,7 +15,7 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    @INC = '../lib';
+    push @INC, '../lib';
     require Config; import Config;
     unless ($Config{'useithreads'}) {
        print "1..0 # Skip: no useithreads\n";