In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/56bfbabc023f598a31042cdcb1e56e9a2d182749?hp=58118e0c79aaf5b753f6cd3cb5a0f4c1eb3ec55b>
- Log ----------------------------------------------------------------- commit 56bfbabc023f598a31042cdcb1e56e9a2d182749 Author: David Mitchell <[email protected]> Date: Tue Jul 7 15:40:58 2009 +0100 rebump Hash::Util::FieldHash from 1.03_01 to 1.04 (it's not dual-lived so there's no need for a devel version number) ----------------------------------------------------------------------- Summary of changes: ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm | 2 +- 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 44edd1d..bca3a6f 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.03_01'; +our $VERSION = '1.04'; require Exporter; our @ISA = qw(Exporter); -- Perl5 Master Repository
