diff options
Diffstat (limited to 'ext/Hash-Util/lib/Hash/Util.pm')
-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 6dbc707b4c..1a9e9ac810 100644 --- a/ext/Hash-Util/lib/Hash/Util.pm +++ b/ext/Hash-Util/lib/Hash/Util.pm @@ -42,7 +42,7 @@ our @EXPORT_OK = qw( BEGIN { # make sure all our XS routines are available early so their prototypes # are correctly applied in the following code. - our $VERSION = '0.21'; + our $VERSION = '0.22'; require XSLoader; XSLoader::load(); } |