summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-04-24 09:35:43 -0600
committerKarl Williamson <public@khwilliamson.com>2011-05-18 11:15:07 -0600
commit9e808deb94f82e68c20aaf09ea8e8b4f0ec528d3 (patch)
tree59050d0220f70f230076ac694b0cb6318de76375 /lib
parent530f0126691388f9891b28f639f47e4280836ccc (diff)
downloadperl-9e808deb94f82e68c20aaf09ea8e8b4f0ec528d3.tar.gz
charnames: pod nit
Diffstat (limited to 'lib')
-rw-r--r--lib/charnames.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/charnames.pm b/lib/charnames.pm
index 1c9ab2c0b0..42668e3f3d 100644
--- a/lib/charnames.pm
+++ b/lib/charnames.pm
@@ -2,7 +2,7 @@ package charnames;
use strict;
use warnings;
use File::Spec;
-our $VERSION = '1.18';
+our $VERSION = '1.19';
use bytes (); # for $bytes::hint_bits
@@ -1339,8 +1339,8 @@ state of C<bytes>-flag as in:
See L</CUSTOM ALIASES> above for restrictions on I<CHARNAME>.
-Of course, C<vianame> and C<viacode> would need to be overridden as
-well.
+Of course, C<vianame>, C<viacode>, and C<string_vianame> would need to be
+overridden as well.
=head1 BUGS