Hi,

Maintainer update to 1.30 from 1.27.

ChangeLog says:

2016-11-26   Sean M. Burke  sbu...@cpan.org
        * Release 1.30
        * Many many (forty?) tables were missing the final character! Fixed.
        * Minor stuff:
         . Added just a few Arabesque things to U+FD__
         . Renamed t/00400_just_load_module.t
                to t/00400_just_load_main_module.t
         . This is the first time non-7bit data appears in any Unidecode/x__.pm
           files, although it is just in comments. (In x02.pm, x03.pm, xfd.pm)
           But this is just THE SHAPE OF THINGS TO COME.
        * Oh look, I blinked and a year went by. I've been spending about the
          past *two* years trying to think of how Unidecode v2-and-later's data
          tables should work.
        * TODO: Kill the surrogatey "xD8", "xD9", "xDA", "xDB" blocks,
          and actually handle surrogates (when properly encoded).
        * TODO: Inaugurate the (private) Text::Unidecode::Blackbox namespace.

http://cpansearch.perl.org/src/SBURKE/Text-Unidecode-1.30/ChangeLog


make test finshes with: All tests successful.

Used it today with Polish letters and it seems to work.


Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/p5-Text-Unidecode/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile    20 Mar 2016 19:57:10 -0000      1.15
+++ Makefile    19 Dec 2016 18:34:36 -0000
@@ -4,7 +4,7 @@ COMMENT =       US-ASCII transliterations of U
 
 MODULES =      cpan
 PKG_ARCH =     *
-DISTNAME =     Text-Unidecode-1.27
+DISTNAME =     Text-Unidecode-1.30
 CATEGORIES =   textproc
 
 MAINTAINER =   Mikolaj Kucharski <miko...@kucharski.name>
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/p5-Text-Unidecode/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    13 Mar 2016 11:59:50 -0000      1.6
+++ distinfo    19 Dec 2016 18:34:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (Text-Unidecode-1.27.tar.gz) = 
EYdqkPDOhY0xID6A1ikAODu2Qu2KRwxnU5tgfyp3LQI=
-SIZE (Text-Unidecode-1.27.tar.gz) = 134929
+SHA256 (Text-Unidecode-1.30.tar.gz) = 
bCTxTdwdIOJhYcIHtzyhhO7S71fwi1+y7hlubi6IscY=
+SIZE (Text-Unidecode-1.30.tar.gz) = 137977


-- 
best regards
q#

Reply via email to