From 193d2bb63d10349573a3f543a22253a18d8e7992 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 16 Jul 2015 13:26:17 +0000 Subject: testing/perl-unicode-string: rebuild against perl-5.22 --- .../perl-Unicode-String-2.09-undefined.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/perl-unicode-string/perl-Unicode-String-2.09-undefined.patch (limited to 'testing/perl-unicode-string/perl-Unicode-String-2.09-undefined.patch') diff --git a/testing/perl-unicode-string/perl-Unicode-String-2.09-undefined.patch b/testing/perl-unicode-string/perl-Unicode-String-2.09-undefined.patch new file mode 100644 index 0000000000..184b447e95 --- /dev/null +++ b/testing/perl-unicode-string/perl-Unicode-String-2.09-undefined.patch @@ -0,0 +1,12 @@ +diff -ru libunicode-string-perl-2.09.pristine/lib/Unicode/CharName.pm libunicode-string-perl-2.09/lib/Unicode/CharName.pm +--- libunicode-string-perl-2.09.pristine/lib/Unicode/CharName.pm 2005-10-25 19:11:00.000000000 +0100 ++++ libunicode-string-perl-2.09/lib/Unicode/CharName.pm 2012-01-24 12:56:59.730653088 +0000 +@@ -77,7 +77,7 @@ + return join("", "HANGUL SYLLABLE ", @s) + } + } +- _init_names() unless defined %NAMES; ++ _init_names() unless %NAMES; + $NAMES{sprintf("%04X",$code)} + } + -- cgit v1.2.3