Blame SOURCES/perl-Unicode-String-2.09-undefined.patch

6c4d86
diff -ru libunicode-string-perl-2.09.pristine/lib/Unicode/CharName.pm libunicode-string-perl-2.09/lib/Unicode/CharName.pm
6c4d86
--- libunicode-string-perl-2.09.pristine/lib/Unicode/CharName.pm	2005-10-25 19:11:00.000000000 +0100
6c4d86
+++ libunicode-string-perl-2.09/lib/Unicode/CharName.pm	2012-01-24 12:56:59.730653088 +0000
6c4d86
@@ -77,7 +77,7 @@
6c4d86
 	    return join("", "HANGUL SYLLABLE ", @s)
6c4d86
 	}
6c4d86
     }
6c4d86
-    _init_names() unless defined %NAMES;
6c4d86
+    _init_names() unless %NAMES;
6c4d86
     $NAMES{sprintf("%04X",$code)}
6c4d86
 }
6c4d86