summaryrefslogtreecommitdiff
path: root/ext/I18N-Langinfo
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-08-30 15:27:18 +0100
committerNicholas Clark <nick@ccl4.org>2009-08-30 15:44:53 +0100
commit1d121d9bb20a93ec061f7442c13b025636cb9d73 (patch)
tree6930de0d3c629af26aefe6037e1161497d9b2021 /ext/I18N-Langinfo
parent5d53b36dbe7d4bea5b438f2c37b29ef8e9d39547 (diff)
downloadperl-1d121d9bb20a93ec061f7442c13b025636cb9d73.tar.gz
Remove the $ENV{PERL_CORE} boilerplate from I18N::Langinfo's tests.
Diffstat (limited to 'ext/I18N-Langinfo')
-rw-r--r--ext/I18N-Langinfo/t/Langinfo.t8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/I18N-Langinfo/t/Langinfo.t b/ext/I18N-Langinfo/t/Langinfo.t
index 97ae5bf157..deaaf2851e 100644
--- a/ext/I18N-Langinfo/t/Langinfo.t
+++ b/ext/I18N-Langinfo/t/Langinfo.t
@@ -1,12 +1,4 @@
#!perl -T
-
-BEGIN {
- if ($ENV{PERL_CORE}) {
- chdir 't';
- @INC = '../lib';
- }
-}
-
use strict;
use Config;
use Test::More;