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 | |
parent | 2f7e507347688b84854991a66c182f68a2ec9baa (diff) | |
download | perl-a48a707d737e2308435486144d00a4cc18bdfeac.tar.gz |
charnames: fix nit in comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/_charnames.pm | 4 | ||||
-rw-r--r-- | lib/charnames.pm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/_charnames.pm b/lib/_charnames.pm index 4ab9411f8e..fa52a9b2d7 100644 --- a/lib/_charnames.pm +++ b/lib/_charnames.pm @@ -7,7 +7,7 @@ package _charnames; use strict; use warnings; use File::Spec; -our $VERSION = '1.36'; +our $VERSION = '1.37'; use unicore::Name; # mktables-generated algorithmically-defined names use bytes (); # for $bytes::hint_bits @@ -786,7 +786,7 @@ sub viacode { } return; -} # _viacode +} # viacode 1; 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 |