diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-08-30 15:27:18 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-08-30 15:44:53 +0100 |
commit | 1d121d9bb20a93ec061f7442c13b025636cb9d73 (patch) | |
tree | 6930de0d3c629af26aefe6037e1161497d9b2021 /ext/I18N-Langinfo | |
parent | 5d53b36dbe7d4bea5b438f2c37b29ef8e9d39547 (diff) | |
download | perl-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.t | 8 |
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; |