Subject: | POD errors |
The attached patch will fix the POD errors as visible here:
https://metacpan.org/pod/Class::ReturnValue
and the perldoc command.
Subject: | patch.txt |
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>