This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Unicode-Collate to CPAN version 0.92
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 14 Nov 2012 14:46:15 +0000 (14:46 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 14 Nov 2012 14:46:15 +0000 (14:46 +0000)
commit750da83817c1e4f89d6495fec7275f6ae3981632
tree7aec06cd5ce1d3706fa2fcf19159d2d083e627b9
parent265075c0d13cbdf53c9e662decbb83fc34d4e7a4
Update Unicode-Collate to CPAN version 0.92

  [DELTA]

  0.92  Wed Nov 14 20:58:19 2012
    - fix: index() etc. with preprocess/normalization should be always croaked.
    - doc: referred to the latest UTS #10 and updated its section numbers.
    - supported the identical level (see 'identical' in POD).
    - Now UCA_Version 26 (for Unicode 6.2.0) is supported.
    - added ident.t in t.
    - modified tests: cjkrange.t, compatui.t, hangtype.t, index.t,
      overcjk0.t, overcjk1.t, test.t, view.t in t.

    * But the default UCA_Version is still 24.
     (In the next release, UCA_Version 26 will be the default.)
15 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/Unicode-Collate/Changes
cpan/Unicode-Collate/Collate.pm
cpan/Unicode-Collate/Collate.xs
cpan/Unicode-Collate/README
cpan/Unicode-Collate/t/cjkrange.t
cpan/Unicode-Collate/t/compatui.t
cpan/Unicode-Collate/t/hangtype.t
cpan/Unicode-Collate/t/ident.t [new file with mode: 0644]
cpan/Unicode-Collate/t/index.t
cpan/Unicode-Collate/t/overcjk0.t
cpan/Unicode-Collate/t/overcjk1.t
cpan/Unicode-Collate/t/test.t
cpan/Unicode-Collate/t/view.t