diff options
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; |