Changed default match to use path instead of result
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Action.pm
index f80c00b..0bc165a 100644 (file)
@@ -48,15 +48,6 @@ sub execute {    # Execute ourselves against a context
 
 =item name
 
-=item new
-
-=cut
-
-sub new {        # Dumbass constructor
-    my ( $class, $attrs ) = @_;
-    return bless { %{ $attrs || {} } }, $class;
-}
-
 =back
 
 =head1 AUTHOR