diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-10-27 13:41:02 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-27 13:51:53 -0700 |
commit | 35641a7d71addf4ae4b10eff78fd97f412511060 (patch) | |
tree | 03e8023b10772500394430f4a8fe3daea6edbff8 /ext/Hash-Util | |
parent | bfaa4ac3d7a811d910abda1ee773cb9e5e44a947 (diff) | |
download | perl-35641a7d71addf4ae4b10eff78fd97f412511060.tar.gz |
Increase Hash::Util’s version
Diffstat (limited to 'ext/Hash-Util')
-rw-r--r-- | ext/Hash-Util/lib/Hash/Util.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Hash-Util/lib/Hash/Util.pm b/ext/Hash-Util/lib/Hash/Util.pm index 1e7ae3d911..1ec461a453 100644 --- a/ext/Hash-Util/lib/Hash/Util.pm +++ b/ext/Hash-Util/lib/Hash/Util.pm @@ -29,7 +29,7 @@ our @EXPORT_OK = qw( hash_seed hv_store ); -our $VERSION = '0.09'; +our $VERSION = '0.10'; require XSLoader; XSLoader::load(); |