diff options
author | David Steinbrunner <dsteinbrunner@pobox.com> | 2013-05-21 07:23:10 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2013-05-25 15:02:22 +0200 |
commit | 92a34c4500aa1971d2d3e08df68a2909784cdf83 (patch) | |
tree | 30a5dc81cd9c1f048d39a9b1c1c9b27216c4887f /ext | |
parent | d61dc561ebee15e344ff2a1930f3cd009c1ecdee (diff) | |
download | perl-92a34c4500aa1971d2d3e08df68a2909784cdf83.tar.gz |
typo fix for Hash::Util::FieldHash
Bump $VERSION.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm | 4 |
1 files 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 4f833fffb4..5a6528d988 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<classes> and fields. +level of registry, one that associates I<classes> and fields. So far, the functions of C<Hash::Util::FieldHash> are unaware of any classes, which I consider a feature. Therefore C<Hash::Util::FieldHash> doesn't address the serialization problems. |