diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-10-21 20:42:47 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-21 20:42:47 -0700 |
commit | fc7c69e2154d208e45cf3f5c98b74ed035d8f50c (patch) | |
tree | 189a7c69b856b6b99474b87f93ea3c3002f8df29 /lib/charnames.pm | |
parent | cefd5c7c8c45828fd7b3bcc2bfeaeb9773752a05 (diff) | |
download | perl-fc7c69e2154d208e45cf3f5c98b74ed035d8f50c.tar.gz |
Bump charnames’ version
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 677edfc6a5..cef5edb6fd 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.16'; +our $VERSION = '1.17'; use bytes (); # for $bytes::hint_bits |