From: Alexander Hartmaier Date: Mon, 3 Oct 2011 16:22:12 +0000 (+0200) Subject: Clarify that prepare is called as a class method X-Git-Tag: 5.90003~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d536010b1fe05ffe44ecf20d9ca0ac1445d1d2ed Clarify that prepare is called as a class method --- diff --git a/Changes b/Changes index 7133408..c76cc9b 100644 --- a/Changes +++ b/Changes @@ -14,6 +14,7 @@ - Document Catalyst::Plugin::Authentication fails tests unless you use the latest version with Catalyst 5.9 + - Clarify that prepare is called as a class method 5.90002 - 2011-08-22 21:44:00 Backward compatibility fixes: diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 2d828b1..641c84e 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1977,7 +1977,7 @@ sub handle_request { return $status; } -=head2 $c->prepare( @arguments ) +=head2 $class->prepare( @arguments ) Creates a Catalyst context from an engine-specific request (Apache, CGI, etc.).