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>
