Fixed C::E::CGI to allow reuse of CGI.pm object
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine.pm
index 00fecbc..eee80b8 100644 (file)
@@ -387,7 +387,7 @@ sub handler {
     return $status;
 }
 
-=item $c->prepare($r)
+=item $c->prepare($engine)
 
 Turns the engine-specific request( Apache, CGI ... )
 into a Catalyst context .