Clarify that prepare is called as a class method
Alexander Hartmaier [Mon, 3 Oct 2011 16:22:12 +0000 (18:22 +0200)]
Changes
lib/Catalyst.pm

diff --git a/Changes b/Changes
index 7133408..c76cc9b 100644 (file)
--- 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:
index 2d828b1..641c84e 100644 (file)
@@ -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.).