diff options
author | mef <mef@pkgsrc.org> | 2015-05-10 03:02:05 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-05-10 03:02:05 +0000 |
commit | e126bee2248c89990adbc603a960278fe1c53ed7 (patch) | |
tree | 47c5ab7e2628e43432ebcf8acfdf583510801163 /textproc/p5-Text-Unidecode | |
parent | 28af47a99e16bfe1fd6788f024707967e5dc36a5 (diff) | |
download | pkgsrc-e126bee2248c89990adbc603a960278fe1c53ed7.tar.gz |
Update to 1.23
--------------
2014-12-07 Sean M. Burke sburke@cpan.org
* RELEASE 1.23. Just a bugfix version.
* The bug in question: https://rt.cpan.org/Ticket/Display.html?id=97456
* Thank you very much to superstar Dagfinn Ilmari Mannsaker for noting
it first *and* for providing a patch for a problem that would baffle
me completely:
"On perls 5.8.8 through 5.12.x, regex matches against UTF-16
surrogate characters emits a fatal "Malformed UTF-8 character"
warning if warnings are enabled. ExtUtils::MakeMaker prior to 6.78
runs the test suite with -w, causing the installation to fail.
The attached patch [which I applied -SMB] disables utf8
warnings while doing the regex substitution and converting the
character number to a character in the test."
And thank you very much to Ricardo Signes and Tim Bunce for reminding
me to actually release this thang! I was stupid and forgot... for
several MONTHS.
* Doc: Adding mention of Tom Christiansen's "Perl Unicode Cookbook":
http://www.perl.com/pub/2012/04/perlunicook-standard-preamble.html
* Doc: Adding a suggestion of "use utf8;" in German example.
Diffstat (limited to 'textproc/p5-Text-Unidecode')
-rw-r--r-- | textproc/p5-Text-Unidecode/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Unidecode/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Text-Unidecode/Makefile b/textproc/p5-Text-Unidecode/Makefile index 2208710518b..dd76ec59129 100644 --- a/textproc/p5-Text-Unidecode/Makefile +++ b/textproc/p5-Text-Unidecode/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2014/09/16 12:27:48 wen Exp $ +# $NetBSD: Makefile,v 1.12 2015/05/10 03:02:05 mef Exp $ -DISTNAME= Text-Unidecode-1.22 +DISTNAME= Text-Unidecode-1.23 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} diff --git a/textproc/p5-Text-Unidecode/distinfo b/textproc/p5-Text-Unidecode/distinfo index 40f62a67437..6d617971c11 100644 --- a/textproc/p5-Text-Unidecode/distinfo +++ b/textproc/p5-Text-Unidecode/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2014/09/16 12:27:48 wen Exp $ +$NetBSD: distinfo,v 1.4 2015/05/10 03:02:05 mef Exp $ -SHA1 (Text-Unidecode-1.22.tar.gz) = 845dd22ea0614d5692a6bffaddc1a0e4e8c61ae3 -RMD160 (Text-Unidecode-1.22.tar.gz) = 079d73fe93ced3a541efd3cd5474db8917b1fdae -Size (Text-Unidecode-1.22.tar.gz) = 129557 bytes +SHA1 (Text-Unidecode-1.23.tar.gz) = fab5894d81b86d63ffdf8a78509ce668e60e4693 +RMD160 (Text-Unidecode-1.23.tar.gz) = 888ed310339265dd74e44201b9c4d6bf81f9530a +Size (Text-Unidecode-1.23.tar.gz) = 130431 bytes |