use strict;
use Carp;
use warnings;
+no warnings 'uninitialized';
use warnings::register;
use Scalar::Util qw(reftype);
hash_seed hv_store
);
-our $VERSION = 0.07;
+our $VERSION = '0.08';
require DynaLoader;
local @ISA = qw(DynaLoader);
bootstrap Hash::Util $VERSION;