X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FResponse.pm;h=bbfa316be7680aa32790cf5865a092b0e6e26394;hp=cb73a34631d878160435c8245faeff4fabfadf6e;hb=08a2c908c2ba1b50681336b011fb2af8119f8800;hpb=9b7d26c74ea27e325f462a1f0e629a23809a4b8d 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!');