diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-08-30 07:43:36 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-08-30 07:43:36 +0100 |
commit | 154db99c227152f27c43ccfa836a129268cdda40 (patch) | |
tree | 8ee44e7f7164179045de6b38c8420c7b9641c6ad /t/harness | |
parent | 1ff5bc37303d3f603211be08e5e01dac62fcfa6c (diff) | |
download | perl-154db99c227152f27c43ccfa836a129268cdda40.tar.gz |
As well as PERL5LIB, remove PERLLIB and PERL5OPT from the environment.
Remove the (now) redundant delete $ENV{PERL5LIB} from harness - requiring TEST
gets us that delete for free.
Diffstat (limited to 't/harness')
-rw-r--r-- | t/harness | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -8,8 +8,6 @@ BEGIN { @INC = '../lib'; # pick up only this build's lib } -delete $ENV{PERL5LIB}; - my $torture; # torture testing? use TAP::Harness 3.13; |