diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-03-19 14:40:36 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-03-19 14:40:36 -0700 |
commit | 911a37294a3f243e6e9b563557f80a6e08cc4b58 (patch) | |
tree | 8b03f8e5a78d0e363e9a25fcc4a7acd7c7481dc8 /ext/Hash-Util | |
parent | 8c58eb6984b3fb1aed92f413f2bee67e2ec816c0 (diff) | |
download | perl-911a37294a3f243e6e9b563557f80a6e08cc4b58.tar.gz |
Version bumps for the recent PERL_NO_GET_CONTEXT commits
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 1ec461a453..8555821309 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.10'; +our $VERSION = '0.11'; require XSLoader; XSLoader::load(); |