diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-04-25 16:55:30 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-04-25 16:55:30 +0200 |
commit | 529f008e1350d1b04e9f98427e8b2c8717a80712 (patch) | |
tree | ca891022dafb1129c01a48ab3d37a95a75698108 /lib/charnames.pm | |
parent | 6c44f85603b6161202c32d436f995eff148a61c3 (diff) | |
download | perl-529f008e1350d1b04e9f98427e8b2c8717a80712.tar.gz |
Bump versions of charnames and Unicode::UCD after last patches
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 8c148fdccf..62a057fdfb 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.07'; +our $VERSION = '1.08'; use bytes (); # for $bytes::hint_bits |