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.91
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Sun, 4 Nov 2012 12:59:11 +0000 (12:59 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Sun, 4 Nov 2012 12:59:11 +0000 (12:59 +0000)
  [DELTA]

  0.91  Sun Nov  4 17:00:20 2012
    - XSUB: use PERL_NO_GET_CONTEXT (see perlguts)
      (see [rt.cpan.org #80313])

Porting/Maintainers.pl
cpan/Unicode-Collate/Changes
cpan/Unicode-Collate/Collate.pm
cpan/Unicode-Collate/Collate.xs
cpan/Unicode-Collate/README

index 07aa09c..e70096d 100755 (executable)
@@ -2011,7 +2011,7 @@ use File::Glob qw(:case);
 
     'Unicode::Collate' => {
         'MAINTAINER'   => 'sadahiro',
-        'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-0.90.tar.gz',
+        'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-0.91.tar.gz',
         'FILES'        => q[cpan/Unicode-Collate],
         'EXCLUDED'     => [
             qr{N$},
index 37cf505..71e8646 100644 (file)
@@ -1,5 +1,9 @@
 Revision history for Perl module Unicode::Collate.
 
+0.91  Sun Nov  4 17:00:20 2012
+    - XSUB: use PERL_NO_GET_CONTEXT (see perlguts)
+      (see [rt.cpan.org #80313])
+
 0.90  Sun Sep 23 10:42:26 2012
     - perl 5.11.0 or later: Install to 'site' instead of 'perl'
       (see [rt.cpan.org #79800])
index 104ccbc..5964f83 100644 (file)
@@ -14,7 +14,7 @@ use File::Spec;
 
 no warnings 'utf8';
 
-our $VERSION = '0.90';
+our $VERSION = '0.91';
 our $PACKAGE = __PACKAGE__;
 
 ### begin XS only ###
index e35d724..94ff6e4 100644 (file)
@@ -1,3 +1,8 @@
+
+#define PERL_NO_GET_CONTEXT /* we want efficiency */
+
+/* I guese no private function needs pTHX_ and aTHX_ */
+
 #include "EXTERN.h"
 #include "perl.h"
 #include "XSUB.h"
index a7ee40f..5947585 100644 (file)
@@ -1,4 +1,4 @@
-Unicode/Collate version 0.90
+Unicode/Collate version 0.91
 ===============================
 
 NAME