diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-04-24 09:35:43 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-18 11:15:07 -0600 |
commit | 9e808deb94f82e68c20aaf09ea8e8b4f0ec528d3 (patch) | |
tree | 59050d0220f70f230076ac694b0cb6318de76375 /lib | |
parent | 530f0126691388f9891b28f639f47e4280836ccc (diff) | |
download | perl-9e808deb94f82e68c20aaf09ea8e8b4f0ec528d3.tar.gz |
charnames: pod nit
Diffstat (limited to 'lib')
-rw-r--r-- | lib/charnames.pm | 6 |
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 |