summaryrefslogtreecommitdiff
path: root/ext/Attribute-Handlers/t/constants.t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-08-30 15:59:17 +0100
committerNicholas Clark <nick@ccl4.org>2009-08-30 15:59:17 +0100
commit64e539b637067d67babd091ef7ce730f1f61d718 (patch)
treeaa188ad19b924e04ef85c3a7a3776a61e667960a /ext/Attribute-Handlers/t/constants.t
parent1d121d9bb20a93ec061f7442c13b025636cb9d73 (diff)
downloadperl-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.t6
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;