From 92a34c4500aa1971d2d3e08df68a2909784cdf83 Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Tue, 21 May 2013 07:23:10 -0400 Subject: [PATCH] typo fix for Hash::Util::FieldHash Bump $VERSION. --- ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm b/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm index 4f833ff..5a6528d 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.10'; +our $VERSION = '1.11'; require Exporter; our @ISA = qw(Exporter); @@ -323,7 +323,7 @@ make things work, but the functions or methods used by the hooks must be provided by each inside-out class. A general solution to the serialization problem would require another -level of registry, one that that associates I and fields. +level of registry, one that associates I and fields. So far, the functions of C are unaware of any classes, which I consider a feature. Therefore C doesn't address the serialization problems. -- 2.7.4