Increase $Hash::Util::FieldHash::VERSION to 1.12
authorFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 02:09:14 +0000 (19:09 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 05:11:47 +0000 (22:11 -0700)
ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm

index a7492a7..b7fafc0 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use Scalar::Util qw( reftype);
 
-our $VERSION = '1.11';
+our $VERSION = '1.12';
 
 require Exporter;
 our @ISA = qw(Exporter);