aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-unicode-string/perl-Unicode-String-2.09-undefined.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-25 01:08:23 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-25 01:18:18 -0300
commit8f6c169bef89ace92627b7858c5d11b85ec88b27 (patch)
treee1ca685ea5183b8a81a43f8059249de40c02dbd7 /community/perl-unicode-string/perl-Unicode-String-2.09-undefined.patch
parent8aa16da1ef90edd1601aaae9e871809914917168 (diff)
downloadaports-8f6c169bef89ace92627b7858c5d11b85ec88b27.tar.bz2
aports-8f6c169bef89ace92627b7858c5d11b85ec88b27.tar.xz
community/perl-unicode-string: upgrade to 2.10
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.patch12
1 files changed, 0 insertions, 12 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
deleted file mode 100644
index 184b447e95..0000000000
--- a/community/perl-unicode-string/perl-Unicode-String-2.09-undefined.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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)}
- }
-