Skip Menu |

This queue is for tickets about the Class-ReturnValue CPAN distribution.

Report information
The Basics
Id: 103257
Status: new
Priority: 0/
Queue: Class-ReturnValue

People
Owner: Nobody in particular
Requestors: PLICEASE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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>