From f87e8a9a055d5f9292e5e84134cb513786dad1aa Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sun, 13 Mar 2011 21:45:16 +0000 Subject: [PATCH] Don't set $ENV{PERL5LIB} in t/op/{anonsub,fork}.t as it isn't needed. --- t/op/anonsub.t | 1 - t/op/fork.t | 1 - 2 files changed, 2 deletions(-) diff --git a/t/op/anonsub.t b/t/op/anonsub.t index 6624f9c..949334b 100644 --- a/t/op/anonsub.t +++ b/t/op/anonsub.t @@ -3,7 +3,6 @@ chdir 't' if -d 't'; @INC = '../lib'; require './test.pl'; -$ENV{PERL5LIB} = "../lib" unless $^O eq 'VMS'; use strict; $|=1; diff --git a/t/op/fork.t b/t/op/fork.t index b8c03ab..b74da8b 100644 --- a/t/op/fork.t +++ b/t/op/fork.t @@ -5,7 +5,6 @@ BEGIN { chdir 't' if -d 't'; @INC = '../lib'; - $ENV{PERL5LIB} = "../lib"; require './test.pl'; require Config; skip_all('no fork') -- 2.7.4