Upgrade to Unicode::Normalize 0.16.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 21 Mar 2002 04:26:03 +0000 (04:26 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 21 Mar 2002 04:26:03 +0000 (04:26 +0000)
p4raw-id: //depot/perl@15380

ext/Unicode/Normalize/Changes
ext/Unicode/Normalize/Normalize.pm

index c905acc..37f7dee 100644 (file)
@@ -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.
index b3bc9d6..52d1232 100644 (file)
@@ -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;