summaryrefslogtreecommitdiff
path: root/lib/charnames.pm
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-02-17 09:18:06 -0700
committerKarl Williamson <public@khwilliamson.com>2013-05-20 08:59:12 -0600
commita48a707d737e2308435486144d00a4cc18bdfeac (patch)
treea010df7f30643afe86e8525e8ca358664c334f9b /lib/charnames.pm
parent2f7e507347688b84854991a66c182f68a2ec9baa (diff)
downloadperl-a48a707d737e2308435486144d00a4cc18bdfeac.tar.gz
charnames: fix nit in comment
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 07ffe80a13..5790fcc6eb 100644
--- a/lib/charnames.pm
+++ b/lib/charnames.pm
@@ -1,7 +1,7 @@
package charnames;
use strict;
use warnings;
-our $VERSION = '1.36';
+our $VERSION = '1.37';
use unicore::Name; # mktables-generated algorithmically-defined names
use _charnames (); # The submodule for this where most of the work gets done