projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfaa4ac
)
Increase Hash::Util’s version
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 27 Oct 2010 20:41:02 +0000
(13:41 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 27 Oct 2010 20:51:53 +0000
(13:51 -0700)
ext/Hash-Util/lib/Hash/Util.pm
patch
|
blob
|
history
diff --git
a/ext/Hash-Util/lib/Hash/Util.pm
b/ext/Hash-Util/lib/Hash/Util.pm
index 1e7ae3d9119fb692829ac82c278135bad0836e25..1ec461a453928952d5a3594ee045edbf69ac2efa 100644
(file)
--- 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();