diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 07:00:17 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 07:00:17 +0000 |
commit | 0a1f92536ce5dd085ed3a9adc4046ce164a494d8 (patch) | |
tree | 6f19c363e31407cd0b5eed69f08e214d25e5a95b /community/perl-unicode-string/perl-Unicode-String-2.09-undefined.patch | |
parent | 9656895abe83ec3d5b678fefce7e5d3780b8caa7 (diff) | |
download | aports-0a1f92536ce5dd085ed3a9adc4046ce164a494d8.tar.bz2 aports-0a1f92536ce5dd085ed3a9adc4046ce164a494d8.tar.xz |
community/perl-unicode-string: moved from testing
Diffstat (limited to 'community/perl-unicode-string/perl-Unicode-String-2.09-undefined.patch')
-rw-r--r-- | community/perl-unicode-string/perl-Unicode-String-2.09-undefined.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/perl-unicode-string/perl-Unicode-String-2.09-undefined.patch b/community/perl-unicode-string/perl-Unicode-String-2.09-undefined.patch new file mode 100644 index 0000000000..184b447e95 --- /dev/null +++ b/community/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)} + } + |