diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-04-24 18:01:50 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-05-21 16:51:41 -0700 |
commit | d04f01f8937b0dd2c8463b48f4e88e696f895a17 (patch) | |
tree | 643a7b7b713990eff66f3a31c3ba067d32580418 /ext/Hash-Util | |
parent | 08579537a61d54d8563be459dce1df66111db7f9 (diff) | |
download | perl-d04f01f8937b0dd2c8463b48f4e88e696f895a17.tar.gz |
Increase $Hash::Util::VERSION to 0.12
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 dd2bb33ec5..cd84dfeeec 100644 --- a/ext/Hash-Util/lib/Hash/Util.pm +++ b/ext/Hash-Util/lib/Hash/Util.pm @@ -30,7 +30,7 @@ our @EXPORT_OK = qw( hash_seed hv_store ); -our $VERSION = '0.11'; +our $VERSION = '0.12'; require XSLoader; XSLoader::load(); |