diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-08-30 15:59:17 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-08-30 15:59:17 +0100 |
commit | 64e539b637067d67babd091ef7ce730f1f61d718 (patch) | |
tree | aa188ad19b924e04ef85c3a7a3776a61e667960a /ext/Attribute-Handlers/t/constants.t | |
parent | 1d121d9bb20a93ec061f7442c13b025636cb9d73 (diff) | |
download | perl-64e539b637067d67babd091ef7ce730f1f61d718.tar.gz |
Remove the $ENV{PERL_CORE} boilerplate from Attribute::Handler's tests.
Diffstat (limited to 'ext/Attribute-Handlers/t/constants.t')
-rw-r--r-- | ext/Attribute-Handlers/t/constants.t | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/Attribute-Handlers/t/constants.t b/ext/Attribute-Handlers/t/constants.t index 746a87e0ec..4e5108e131 100644 --- a/ext/Attribute-Handlers/t/constants.t +++ b/ext/Attribute-Handlers/t/constants.t @@ -1,9 +1,3 @@ -BEGIN { - if ($ENV{PERL_CORE}) { - chdir 't' if -d 't'; - @INC = '../lib'; - } -} use strict; use Test::More tests => 1; use Attribute::Handlers; |