projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d25fba9
)
Add cautionary comment to .t
author
Karl Williamson
<khw@khw-desktop.(none)>
Sun, 30 May 2010 13:17:52 +0000
(07:17 -0600)
committer
David Golden
<dagolden@cpan.org>
Mon, 28 Jun 2010 23:49:33 +0000
(19:49 -0400)
lib/charnames.t
patch
|
blob
|
history
diff --git
a/lib/charnames.t
b/lib/charnames.t
index
9efd07a
..
ce2bc34
100644
(file)
--- a/
lib/charnames.t
+++ b/
lib/charnames.t
@@
-261,7
+261,8
@@
is($_, 'foobar');
# SADAHIRO Tomoyuki's suggestion is to ensure that the UTF-8ness of both
# arguments are indentical before calling index.
# To do this can take advantage of the fact that unicore/Name.pl is 7 bit
-# (or at least should be). So assert that that it's true here.
+# (or at least should be). So assert that that it's true here. EBCDIC
+# may be a problem (khw).
my $names = do "unicore/Name.pl";
ok(defined $names);