projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5d53b36
)
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
patch
|
blob
|
blame
|
history
t/TEST
patch
|
blob
|
blame
|
history
diff --git
a/ext/I18N-Langinfo/t/Langinfo.t
b/ext/I18N-Langinfo/t/Langinfo.t
index
97ae5bf
..
deaaf28
100644
(file)
--- 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
(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,