PATCH: Large omnibus patch to clean up the JRRT quotes
[p5sagit/p5-mst-13.2.git] / ext / Encode / t / mime_header_iso2022jp.t
index bc26b9e..818443a 100644 (file)
@@ -1,5 +1,13 @@
 
-use Test::More tests => 14;
+use Test::More;
+
+BEGIN {
+    if( ord("A") == 193 ) {
+       plan skip_all => 'No Encode::MIME::Header::ISO_2022_JP on EBCDIC Platforms';
+    } else {
+       plan tests => 14;
+    }
+}
 
 use strict;
 use Encode;