Increase $Hash::Util::FieldHash::VERSION to 1.14
authorFather Chrysostomos <sprout@cpan.org>
Sat, 18 Jan 2014 13:52:08 +0000 (05:52 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 18 Jan 2014 13:54:12 +0000 (05:54 -0800)
ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm

index 17a9f85..ca12e20 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use Scalar::Util qw( reftype);
 
-our $VERSION = '1.13';
+our $VERSION = '1.14';
 
 require Exporter;
 our @ISA = qw(Exporter);