1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Description: POD errors
Author: plicease@cpan.org
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=103257
diff --git a/lib/Class/ReturnValue.pm b/lib/Class/ReturnValue.pm
index 2e842d7..2ab27d9 100644
--- a/lib/Class/ReturnValue.pm
+++ b/lib/Class/ReturnValue.pm
@@ -94,6 +94,8 @@ use overload 'fallback' => \&as_array;
=head1 METHODS
+=over 4
+
=item new
Instantiate a new Class::ReturnValue object
@@ -261,8 +263,6 @@ sub backtrace {
}
}
-=cut
-
=item error_condition
If there's been an error, return undef. Otherwise return 1
@@ -293,6 +293,8 @@ sub return_value {
}
+=back
+
=head1 AUTHOR
Jesse Vincent <jesse@bestpractical.com>
|