diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-02-17 09:18:06 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-05-20 08:59:12 -0600 |
commit | a48a707d737e2308435486144d00a4cc18bdfeac (patch) | |
tree | a010df7f30643afe86e8525e8ca358664c334f9b /lib/charnames.pm | |
parent | 2f7e507347688b84854991a66c182f68a2ec9baa (diff) | |
download | perl-a48a707d737e2308435486144d00a4cc18bdfeac.tar.gz |
charnames: fix nit in comment
Diffstat (limited to 'lib/charnames.pm')
-rw-r--r-- | lib/charnames.pm | 2 |
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 |