Remove the $ENV{PERL_CORE} boilerplate from I18N::Langinfo's tests.
Nicholas Clark [Sun, 30 Aug 2009 14:27:18 +0000 (15:27 +0100)]
ext/I18N-Langinfo/t/Langinfo.t
t/TEST

index 97ae5bf..deaaf28 100644 (file)
@@ -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 (executable)
--- 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,