t/op/wantarray.t
[p5sagit/p5-mst-13.2.git] / t / harness
old mode 100755 (executable)
new mode 100644 (file)
index fe64a04..af92a8b
--- a/t/harness
+++ b/t/harness
@@ -6,6 +6,7 @@
 BEGIN {
     chdir 't' if -d 't';
     @INC = '../lib';
+    $ENV{PERL5LIB} = '../lib'; # so children will see it too
 }
 use lib '../lib';