diff options
Diffstat (limited to 'ext/Encode/t/perlio.t')
-rw-r--r-- | ext/Encode/t/perlio.t | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/Encode/t/perlio.t b/ext/Encode/t/perlio.t index 8138a89f08..e50dfa4d73 100644 --- a/ext/Encode/t/perlio.t +++ b/ext/Encode/t/perlio.t @@ -1,8 +1,4 @@ BEGIN { - if ($ENV{'PERL_CORE'}){ - chdir 't'; - unshift @INC, '../lib'; - } require Config; import Config; if ($Config{'extensions'} !~ /\bEncode\b/) { print "1..0 # Skip: Encode was not built\n"; |