summaryrefslogtreecommitdiff
path: root/ext/Encode/t/Encoder.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Encode/t/Encoder.t')
-rw-r--r--ext/Encode/t/Encoder.t12
1 files changed, 1 insertions, 11 deletions
diff --git a/ext/Encode/t/Encoder.t b/ext/Encode/t/Encoder.t
index 22c240be45..af83cf60cf 100644
--- a/ext/Encode/t/Encoder.t
+++ b/ext/Encode/t/Encoder.t
@@ -1,5 +1,5 @@
#
-# $Id: Encoder.t,v 1.2 2002/04/10 22:28:40 dankogai Exp $
+# $Id: Encoder.t,v 1.3 2002/04/16 23:35:00 dankogai Exp $
#
BEGIN {
@@ -8,16 +8,6 @@ BEGIN {
print "1..0 # Skip: Encode was not built\n";
exit 0;
}
-# should work without perlio
-# unless (find PerlIO::Layer 'perlio') {
-# print "1..0 # Skip: PerlIO was not built\n";
-# exit 0;
-# }
-# should work on EBCDIC
-# if (ord("A") == 193) {
-# print "1..0 # Skip: EBCDIC\n";
-# exit 0;
-# }
$| = 1;
}