summaryrefslogtreecommitdiff
path: root/lib
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
parent2f7e507347688b84854991a66c182f68a2ec9baa (diff)
downloadperl-a48a707d737e2308435486144d00a4cc18bdfeac.tar.gz
charnames: fix nit in comment
Diffstat (limited to 'lib')
-rw-r--r--lib/_charnames.pm4
-rw-r--r--lib/charnames.pm2
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