summaryrefslogtreecommitdiff
path: root/cpan/Unicode-Collate/README
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-01-23 16:48:32 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-01-23 16:52:18 +0000
commitf58b9ef133ec1792309e75435d4b73428cef3ea2 (patch)
tree2475b305366f9bb2c65bc7dbd640060f352f7a87 /cpan/Unicode-Collate/README
parent8d884f4a41f98f5a1bbcd60e3cd3e9fe2b2d9c58 (diff)
downloadperl-f58b9ef133ec1792309e75435d4b73428cef3ea2.tar.gz
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.
Diffstat (limited to 'cpan/Unicode-Collate/README')
-rw-r--r--cpan/Unicode-Collate/README17
1 files changed, 9 insertions, 8 deletions
diff --git a/cpan/Unicode-Collate/README b/cpan/Unicode-Collate/README
index 16bf8c4aa7..743d713043 100644
--- a/cpan/Unicode-Collate/README
+++ b/cpan/Unicode-Collate/README
@@ -1,4 +1,4 @@
-Unicode/Collate version 0.68
+Unicode/Collate version 0.72
===============================
NAME
@@ -40,6 +40,7 @@ INSTALL
gendata/*, and mklocale.
Tests for Unicode::Collate::Locale are named t/loc_*.t.
+Since 0.54, XSUB that requires a C compiler will be built by default.
To install this module type the following:
perl Makefile.PL
@@ -47,20 +48,20 @@ To install this module type the following:
make test
make install
-If you have a C compiler and want to use XSUB edition,
-type the following (!! "enableXS" must run before "Makefile.PL" !!):
+Even if a C compiler is not available, pure Perl (i.e. non-XS) edition
+is available; type the following:
- perl enableXS
+ perl disableXS
perl Makefile.PL
make
make test
make install
-If you decide to install pure Perl (i.e. non-XS) edition after trying
-to build XSUB, type the following:
+If you decide to install XSUB edition after trying to build pure Perl,
+type the following:
make clean
- perl disableXS
+ perl enableXS
perl Makefile.PL
make
make test
@@ -107,7 +108,7 @@ HOW TO CHANGE DUCET (NOT WARRANTED)
AUTHOR, COPYRIGHT AND LICENSE
The Unicode::Collate module for perl was written by SADAHIRO Tomoyuki,
-<SADAHIRO@cpan.org>. This module is Copyright(C) 2001-2010,
+<SADAHIRO@cpan.org>. This module is Copyright(C) 2001-2011,
SADAHIRO Tomoyuki. Japan. All rights reserved.
This module is free software; you can redistribute it and/or