Increase Hash::Util’s version
authorFather Chrysostomos <sprout@cpan.org>
Wed, 27 Oct 2010 20:41:02 +0000 (13:41 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 27 Oct 2010 20:51:53 +0000 (13:51 -0700)
ext/Hash-Util/lib/Hash/Util.pm

index 1e7ae3d9119fb692829ac82c278135bad0836e25..1ec461a453928952d5a3594ee045edbf69ac2efa 100644 (file)
@@ -29,7 +29,7 @@ our @EXPORT_OK  = qw(
                      hash_seed hv_store
 
                     );
-our $VERSION = '0.09';
+our $VERSION = '0.10';
 require XSLoader;
 XSLoader::load();