summaryrefslogtreecommitdiff
path: root/ext/Hash-Util-FieldHash
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-02-20 10:23:23 -0700
committerKarl Williamson <public@khwilliamson.com>2014-02-20 11:47:05 -0700
commit78ae08632cb098bf2ca76b516ad9ac6d22705ae7 (patch)
treebfe410a9555cd008ade32cd38f17941387da0a87 /ext/Hash-Util-FieldHash
parent36a4e1d1c4ae7af43b07cb3543393099f32e58b0 (diff)
downloadperl-78ae08632cb098bf2ca76b516ad9ac6d22705ae7.tar.gz
Bump version numbers
These four core-only modules are about to be changed so that they call av_tindex instead of av_len. There's no chance that any of the version numbers will need to be reverted, as we think that bumping a single-life module's version is harmless.
Diffstat (limited to 'ext/Hash-Util-FieldHash')
-rw-r--r--ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm b/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm
index ca12e2051d..2441491fa5 100644
--- a/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm
+++ b/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm
@@ -5,7 +5,7 @@ use strict;
use warnings;
use Scalar::Util qw( reftype);
-our $VERSION = '1.14';
+our $VERSION = '1.15';
require Exporter;
our @ISA = qw(Exporter);