diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-01-01 11:52:58 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-01-04 13:08:21 -0700 |
commit | 558de9fac032ae33c59eaf248f2c2ff4ef66b176 (patch) | |
tree | 0d7fb6466303a3da1406f3b317b8c6ff5d9d3401 /lib/_charnames.pm | |
parent | cb870e1142c582bcf30164e372c6cb26a1e77349 (diff) | |
download | perl-558de9fac032ae33c59eaf248f2c2ff4ef66b176.tar.gz |
charnames pod: Typo, clarification
Diffstat (limited to 'lib/_charnames.pm')
-rw-r--r-- | lib/_charnames.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/_charnames.pm b/lib/_charnames.pm index c9bca48083..18b71a9d1b 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.34'; +our $VERSION = '1.35'; use unicore::Name; # mktables-generated algorithmically-defined names use bytes (); # for $bytes::hint_bits |