summaryrefslogtreecommitdiff
path: root/cpan/Unicode-Collate/Collate.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-02-17 14:49:50 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-02-17 14:49:50 +0000
commit3d7de2d189be2a0aae491decb69063b03d6c116d (patch)
tree8e32c00841c023290299e866865f1988324e5d13 /cpan/Unicode-Collate/Collate.pm
parenteb9a585f27ae6d43991bad8975ce1643dfff6cca (diff)
downloadperl-3d7de2d189be2a0aae491decb69063b03d6c116d.tar.gz
Update Unicode-Collate to CPAN version 1.11
[DELTA] 1.11 Tue Feb 17 21:23:03 2015 - XS: [rt.cpan.org #102024] remove extranous const casting
Diffstat (limited to 'cpan/Unicode-Collate/Collate.pm')
-rw-r--r--cpan/Unicode-Collate/Collate.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Unicode-Collate/Collate.pm b/cpan/Unicode-Collate/Collate.pm
index 7d2b777ab1..dfc983670c 100644
--- a/cpan/Unicode-Collate/Collate.pm
+++ b/cpan/Unicode-Collate/Collate.pm
@@ -17,7 +17,7 @@ use File::Spec;
no warnings 'utf8';
-our $VERSION = '1.10';
+our $VERSION = '1.11';
our $PACKAGE = __PACKAGE__;
### begin XS only ###