From 35641a7d71addf4ae4b10eff78fd97f412511060 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 27 Oct 2010 13:41:02 -0700 Subject: [PATCH] =?utf8?q?Increase=20Hash::Util=E2=80=99s=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ext/Hash-Util/lib/Hash/Util.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/Hash-Util/lib/Hash/Util.pm b/ext/Hash-Util/lib/Hash/Util.pm index 1e7ae3d..1ec461a 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(); -- 2.7.4