projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
58118e0
)
rebump Hash::Util::FieldHash from 1.03_01 to 1.04
David Mitchell [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
patch
|
blob
|
blame
|
history
diff --git
a/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm
b/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm
index
44edd1d
..
bca3a6f
100644
(file)
--- 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.03_01';
+our $VERSION = '1.04';
require Exporter;
our @ISA = qw(Exporter);