summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-11-23 10:13:28 -0700
committerKarl Williamson <khw@cpan.org>2014-11-24 10:50:26 -0700
commitfa1e80ba41f52550cc193f33fda5d48962169788 (patch)
treec02150a0023e9bd847d634cbf87de811362bb458 /lib
parent716d5ef3fce3654c265dfdfbdc7112c38271beba (diff)
downloadperl-fa1e80ba41f52550cc193f33fda5d48962169788.tar.gz
charnames: Bump version to 1.43
Diffstat (limited to 'lib')
-rw-r--r--lib/_charnames.pm2
-rw-r--r--lib/charnames.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/_charnames.pm b/lib/_charnames.pm
index 729d849c68..26ba0faedf 100644
--- a/lib/_charnames.pm
+++ b/lib/_charnames.pm
@@ -6,7 +6,7 @@
package _charnames;
use strict;
use warnings;
-our $VERSION = '1.42';
+our $VERSION = '1.43';
use unicore::Name; # mktables-generated algorithmically-defined names
use bytes (); # for $bytes::hint_bits
diff --git a/lib/charnames.pm b/lib/charnames.pm
index 6f5d51df32..5949b37c67 100644
--- a/lib/charnames.pm
+++ b/lib/charnames.pm
@@ -1,7 +1,7 @@
package charnames;
use strict;
use warnings;
-our $VERSION = '1.41';
+our $VERSION = '1.43';
use unicore::Name; # mktables-generated algorithmically-defined names
use _charnames (); # The submodule for this where most of the work gets done