X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=8cc25d1e2fe26181b23b54387007635f6a0b76f9;hb=f083854e255c33d3e82befa09152284127d426c1;hp=71a5e560ab99e8d4d2c84540ed7728991d5fb280;hpb=4c21ba3bd6fd11b9ba6e6af65bf25a497c3709b1;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 71a5e56..8cc25d1 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -2405,7 +2405,7 @@ $c->request. You must handle all body parsing yourself. =cut -sub read { my $c = shift; return $c->engine->read( $c, @_ ) } +sub read { my $c = shift; return $c->request->read( @_ ) } =head2 $c->run