projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
20b5b8d
)
Since the Encode::JP is unsupported under EBCDIC we
Jarkko Hietaniemi [Sat, 23 Mar 2002 17:17:47 +0000 (17:17 +0000)]
cannot run this test (aliases as such should work fine).
p4raw-id: //depot/perl@15442
ext/Encode/t/Aliases.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/Encode/t/Aliases.t
b/ext/Encode/t/Aliases.t
index
70dd09f
..
3640f4b
100644
(file)
--- a/
ext/Encode/t/Aliases.t
+++ b/
ext/Encode/t/Aliases.t
@@
-4,6
+4,13
@@
use strict;
use Encode;
use Encode::Alias;
+BEGIN {
+ if (ord("A") == 193) {
+ print "1..0 # Skip: EBCDIC\n";
+ exit 0;
+ }
+}
+
my %a2c;
BEGIN {