Don't set $ENV{PERL5LIB} in t/op/{anonsub,fork}.t as it isn't needed.
authorNicholas Clark <nick@ccl4.org>
Sun, 13 Mar 2011 21:45:16 +0000 (21:45 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 15 Mar 2011 13:48:37 +0000 (13:48 +0000)
t/op/anonsub.t
t/op/fork.t

index 6624f9c..949334b 100644 (file)
@@ -3,7 +3,6 @@
 chdir 't' if -d 't';
 @INC = '../lib';
 require './test.pl';
-$ENV{PERL5LIB} = "../lib" unless $^O eq 'VMS';
 use strict;
 
 $|=1;
index b8c03ab..b74da8b 100644 (file)
@@ -5,7 +5,6 @@
 BEGIN {
     chdir 't' if -d 't';
     @INC = '../lib';
-    $ENV{PERL5LIB} = "../lib";
     require './test.pl';
     require Config;
     skip_all('no fork')