fixed problems with mod_perl2
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine.pm
index efdc18d..be5c580 100644 (file)
@@ -386,13 +386,13 @@ sub get_action {
     return [];
 }
 
-=item $c->handler($r)
+=item $c->handler( $class, $r )
 
 Handles the request.
 
 =cut
 
-sub handler {
+sub handler ($$) {
     my ( $class, $r ) = @_;
 
     # Always expect worst case!