summaryrefslogtreecommitdiff
path: root/lib/charnames.pm
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/charnames.pm
parent716d5ef3fce3654c265dfdfbdc7112c38271beba (diff)
downloadperl-fa1e80ba41f52550cc193f33fda5d48962169788.tar.gz
charnames: Bump version to 1.43
Diffstat (limited to 'lib/charnames.pm')
-rw-r--r--lib/charnames.pm2
1 files changed, 1 insertions, 1 deletions
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