This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
UCD.t: Don't use BEL for $/
authorKarl Williamson <public@khwilliamson.com>
Mon, 26 Mar 2012 18:16:08 +0000 (12:16 -0600)
committerKarl 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

index 8b8baa5..2d54d68 100644 (file)
@@ -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");