From 9a8e4a54f8b3668a7ebd8f229cdfb405a1dce77c Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 26 Mar 2012 12:16:08 -0600 Subject: [PATCH] UCD.t: Don't use BEL for $/ This causes failures on early Unicode releases, and is not necessary --- lib/Unicode/UCD.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Unicode/UCD.t b/lib/Unicode/UCD.t index 8b8baa5..2d54d68 100644 --- 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"); -- 1.8.3.1