Pod patch
Tomas Doran [Sat, 14 Nov 2009 17:26:04 +0000 (17:26 +0000)]
Changes
lib/Catalyst/Response.pm

diff --git a/Changes b/Changes
index 7939059..995c8ea 100644 (file)
--- a/Changes
+++ b/Changes
@@ -33,6 +33,7 @@
       in the correct order.
     - Update $c->forward and $c->state documentation to address scalar
       context.
+    - Pod fix in Catalyst::Request (RT#51490)
 
   New features:
     - Added disable_component_resolution_regex_fallback config option to
index cb73a34..bbfa316 100644 (file)
@@ -65,7 +65,7 @@ will turn the Catalyst::Response into a HTTP Response and return it to the clien
 
 =head1 METHODS
 
-=head2 $res->body(<$text|$fh|$iohandle_object)
+=head2 $res->body( $text | $fh | $iohandle_object )
 
     $c->response->body('Catalyst rocks!');