diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-04 12:06:33 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-04 12:06:33 +0000 |
commit | d1256cb1bc05a9b21e5ab396a011ea9c02150dd4 (patch) | |
tree | a8ea0e471b475549fa901f02006df713442cc6d6 /ext/Encode/t/enc_module.t | |
parent | cb9881c198dd33816640651b1d55f0d1c2125a90 (diff) | |
download | perl-d1256cb1bc05a9b21e5ab396a011ea9c02150dd4.tar.gz |
Upgrade to Encode 2.16
p4raw-id: //depot/perl@28098
Diffstat (limited to 'ext/Encode/t/enc_module.t')
-rw-r--r-- | ext/Encode/t/enc_module.t | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/Encode/t/enc_module.t b/ext/Encode/t/enc_module.t index 7cc150cd11..f187bd78b7 100644 --- a/ext/Encode/t/enc_module.t +++ b/ext/Encode/t/enc_module.t @@ -1,4 +1,4 @@ -# $Id: enc_module.t,v 2.0 2004/05/16 20:55:18 dankogai Exp $ +# $Id: enc_module.t,v 2.1 2006/05/03 18:24:10 dankogai Exp $ # This file is in euc-jp BEGIN { require Config; import Config; @@ -7,16 +7,16 @@ BEGIN { exit 0; } unless (find PerlIO::Layer 'perlio') { - print "1..0 # Skip: PerlIO was not built\n"; - exit 0; + print "1..0 # Skip: PerlIO was not built\n"; + exit 0; } if (defined ${^UNICODE} and ${^UNICODE} != 0){ - print "1..0 # Skip: \${^UNICODE} == ${^UNICODE}\n"; - exit 0; + print "1..0 # Skip: \${^UNICODE} == ${^UNICODE}\n"; + exit 0; } if (ord("A") == 193) { - print "1..0 # encoding pragma does not support EBCDIC platforms\n"; - exit(0); + print "1..0 # encoding pragma does not support EBCDIC platforms\n"; + exit(0); } } use lib qw(t ext/Encode/t ../ext/Encode/t); # latter 2 for perl core |