rebump Hash::Util::FieldHash from 1.03_01 to 1.04
authorDavid Mitchell <davem@iabyn.com>
Tue, 7 Jul 2009 14:40:58 +0000 (15:40 +0100)
committerDavid Mitchell <davem@iabyn.com>
Tue, 7 Jul 2009 14:40:58 +0000 (15:40 +0100)
(it's not dual-lived so there's no need for a devel version number)

ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm

index 44edd1d..bca3a6f 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use Scalar::Util qw( reftype);
 
-our $VERSION = '1.03_01';
+our $VERSION = '1.04';
 
 require Exporter;
 our @ISA = qw(Exporter);