From: Tomas Doran Date: Thu, 16 Dec 2010 19:14:51 +0000 (+0000) Subject: Extra links in docs X-Git-Tag: 5.80030~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=3f87d500fcefaaf71ecf1f6a7290266089b1e2e6 Extra links in docs --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 35c6ca9..45111ac 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -2362,11 +2362,11 @@ sub prepare_write { my $c = shift; $c->engine->prepare_write( $c, @_ ) } =head2 $c->request_class -Returns or sets the request class. +Returns or sets the request class. Defaults to L. =head2 $c->response_class -Returns or sets the response class. +Returns or sets the response class. Defaults to L. =head2 $c->read( [$maxlength] )