In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f87e8a9a055d5f9292e5e84134cb513786dad1aa?hp=9bfdb36eb06fdb92c16c3c688d657c78a69e9dff>
- Log ----------------------------------------------------------------- commit f87e8a9a055d5f9292e5e84134cb513786dad1aa Author: Nicholas Clark <[email protected]> Date: Sun Mar 13 21:45:16 2011 +0000 Don't set $ENV{PERL5LIB} in t/op/{anonsub,fork}.t as it isn't needed. ----------------------------------------------------------------------- Summary of changes: t/op/anonsub.t | 1 - t/op/fork.t | 1 - 2 files changed, 0 insertions(+), 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') -- Perl5 Master Repository
