X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest.pm;h=643a2984463039f1802b8b56d6ec8bbfc6b27169;hb=1b79e1994c40fc525b4a84c900a5c95ffd4a2f8a;hp=b16e59ab155434b63677247e0a72a39838bdde39;hpb=a375a2063f27382237250ad957bea5ea6ead9296;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Request.pm b/lib/Catalyst/Request.pm index b16e59a..643a298 100644 --- a/lib/Catalyst/Request.pm +++ b/lib/Catalyst/Request.pm @@ -473,7 +473,7 @@ Reads a chunk of data from the request body. This method is intended to be used in a while loop, reading $maxlength bytes on every call. $maxlength defaults to the size of the request if not specified. -You have to set MyApp->config->{parse_on_demand} to use this directly. +You have to set MyApp->config(parse_on_demand => 1) to use this directly. =head2 $req->referer @@ -649,7 +649,7 @@ You may also pass an optional second parameter that puts C into append mode: $req->uri_with( { key => 'value' }, { mode => 'append' } ); - + See C for an explanation of this behavior. =cut