From: Tomas Doran Date: Sat, 14 Nov 2009 17:26:04 +0000 (+0000) Subject: Pod patch X-Git-Tag: 5.80014~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=08a2c908c2ba1b50681336b011fb2af8119f8800;hp=9b7d26c74ea27e325f462a1f0e629a23809a4b8d Pod patch --- diff --git a/Changes b/Changes index 7939059..995c8ea 100644 --- 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 diff --git a/lib/Catalyst/Response.pm b/lib/Catalyst/Response.pm index cb73a34..bbfa316 100644 --- a/lib/Catalyst/Response.pm +++ b/lib/Catalyst/Response.pm @@ -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!');