summaryrefslogtreecommitdiff
path: root/lib/Data/MultiValued/UglySerializationHelperRole.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Data/MultiValued/UglySerializationHelperRole.pm')
-rw-r--r--lib/Data/MultiValued/UglySerializationHelperRole.pm6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/Data/MultiValued/UglySerializationHelperRole.pm b/lib/Data/MultiValued/UglySerializationHelperRole.pm
index 0c06ac6..19f1268 100644
--- a/lib/Data/MultiValued/UglySerializationHelperRole.pm
+++ b/lib/Data/MultiValued/UglySerializationHelperRole.pm
@@ -42,9 +42,7 @@ copies. Oh, and on de-serialise it will skip all type constraint
checking and bypass the accessors, so it may well give you an unusable
object.
-=head1 METHODS
-
-=head2 C<new_in_place>
+=method C<new_in_place>
my $obj = My::Class->new_in_place($hashref);
@@ -69,7 +67,7 @@ sub new_in_place {
return $self;
}
-=head2 C<as_hash>
+=method C<as_hash>
my $hashref = $obj->as_hash;