This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
charnames: fix nit in comment
authorKarl Williamson <public@khwilliamson.com>
Sun, 17 Feb 2013 16:18:06 +0000 (09:18 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 20 May 2013 14:59:12 +0000 (08:59 -0600)
lib/_charnames.pm
lib/charnames.pm

index 4ab9411..fa52a9b 100644 (file)
@@ -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;
 
index 07ffe80..5790fcc 100644 (file)
@@ -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