diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-22 14:51:46 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-22 16:27:17 -0800 |
commit | e3ec0a15dbdf8b555fb77b085eadf4ff9fba04a6 (patch) | |
tree | 3dea3ff10ad89d74104b1caa7634cf46a35eadf2 /lib/charnames.pm | |
parent | 9404893f24257746efaa6b119c8f9a9960a99a6f (diff) | |
download | perl-e3ec0a15dbdf8b555fb77b085eadf4ff9fba04a6.tar.gz |
Version bumpsif-0.0602
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 e00bf53e76..ffc84db4fa 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.24'; +our $VERSION = '1.25'; use unicore::Name; # mktables-generated algorithmically-defined names use bytes (); # for $bytes::hint_bits |