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.72
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Sun, 23 Jan 2011 16:48:32 +0000 (16:48 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Sun, 23 Jan 2011 16:52:18 +0000 (16:52 +0000)
commitf58b9ef133ec1792309e75435d4b73428cef3ea2
tree2475b305366f9bb2c65bc7dbd640060f352f7a87
parent8d884f4a41f98f5a1bbcd60e3cd3e9fe2b2d9c58
Update Unicode-Collate to CPAN version 0.72

  Second attempt to integrate the XS version of
  Unicode::Collate into core.

  [DELTA]

  0.72  Sat Jan 22 17:28:32 2011
    - xs: fix mixing char* and U8*.

  0.71  Tue Jan 18 22:29:44 2011
    - t/loc_test.t should not fail without Unicode::Normalize.

  0.70  Sun Jan 16 20:31:07 2011
    - Now U::C::Locale->new will use the compiled DUCET via XS if available.
      added some tests in t/loc_test.t.

  0.69  Sat Jan 15 19:41:11 2011
    - clarified about XSUB. revised INSTALL in README.
    - xs: flag passed to utf8n_to_uvuni().
    - doc and comments: [perl #81876] Fix typos by Peter J. Acklam.
12 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/Unicode-Collate/.gitignore [new file with mode: 0644]
cpan/Unicode-Collate/Changes
cpan/Unicode-Collate/Collate.pm
cpan/Unicode-Collate/Collate.xs [new file with mode: 0644]
cpan/Unicode-Collate/Collate/Locale.pm
cpan/Unicode-Collate/Makefile.PL [new file with mode: 0644]
cpan/Unicode-Collate/README
cpan/Unicode-Collate/mkheader [new file with mode: 0644]
cpan/Unicode-Collate/t/loc_test.t
pod/perldelta.pod