From: Jarkko Hietaniemi Date: Thu, 21 Mar 2002 04:26:03 +0000 (+0000) Subject: Upgrade to Unicode::Normalize 0.16. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=be32ca575491a02897628a19ea426507fca1e34e;p=p5sagit%2Fp5-mst-13.2.git Upgrade to Unicode::Normalize 0.16. p4raw-id: //depot/perl@15380 --- diff --git a/ext/Unicode/Normalize/Changes b/ext/Unicode/Normalize/Changes index c905acc..37f7dee 100644 --- a/ext/Unicode/Normalize/Changes +++ b/ext/Unicode/Normalize/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension Unicode::Normalize. +0.16 Thu Mar 21 13:36:14 2002 + - synchronization with bleadperl. + - Change 15318: by jhi + - Change 15319: by jhi + 0.15 Tue Mar 19 22:04:07 2002 - Quick check is implemented. - decompose(), reorder(), and compose() are documented. diff --git a/ext/Unicode/Normalize/Normalize.pm b/ext/Unicode/Normalize/Normalize.pm index b3bc9d6..52d1232 100644 --- a/ext/Unicode/Normalize/Normalize.pm +++ b/ext/Unicode/Normalize/Normalize.pm @@ -2,7 +2,7 @@ package Unicode::Normalize; BEGIN { if (ord("A") == 193) { - die "Unicode::Normalize not ported to EBCDIC\n"; + die "Unicode::Normalize not ported to EBCDIC\n"; } } @@ -11,7 +11,7 @@ use strict; use warnings; use Carp; -our $VERSION = '0.15'; +our $VERSION = '0.16'; our $PACKAGE = __PACKAGE__; require Exporter;