From: Nicholas Clark Date: Sun, 30 Aug 2009 14:27:18 +0000 (+0100) Subject: Remove the $ENV{PERL_CORE} boilerplate from I18N::Langinfo's tests. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1d121d9bb20a93ec061f7442c13b025636cb9d73;p=p5sagit%2Fp5-mst-13.2.git Remove the $ENV{PERL_CORE} boilerplate from I18N::Langinfo's tests. --- diff --git a/ext/I18N-Langinfo/t/Langinfo.t b/ext/I18N-Langinfo/t/Langinfo.t index 97ae5bf..deaaf28 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; diff --git a/t/TEST b/t/TEST index a0a004e..dc51cc5 100755 --- a/t/TEST +++ b/t/TEST @@ -30,7 +30,6 @@ my %temp_no_core = '../ext/Compress-Raw-Zlib' => 1, '../ext/Devel-PPPort' => 1, '../ext/Encode' => 1, - '../ext/I18N-Langinfo' => 'fixme', '../ext/IO-Compress' => 1, '../ext/IPC-SysV' => 1, '../ext/MIME-Base64' => 1,