This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61b174f
)
UCD.t: Don't use BEL for $/
author
Karl Williamson
<public@khwilliamson.com>
Mon, 26 Mar 2012 18:16:08 +0000
(12:16 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Sat, 2 Jun 2012 14:29:13 +0000
(08:29 -0600)
This causes failures on early Unicode releases, and is not necessary
lib/Unicode/UCD.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Unicode/UCD.t
b/lib/Unicode/UCD.t
index
8b8baa5
..
2d54d68
100644
(file)
--- a/
lib/Unicode/UCD.t
+++ b/
lib/Unicode/UCD.t
@@
-19,8
+19,6
@@
use Test::More;
use Unicode::UCD 'charinfo';
-$/ = 7;
-
my $charinfo;
is(charinfo(0x110000), undef, "Verify charinfo() of non-unicode is undef");