Changed default match to use path instead of result
[catagits/Catalyst-Runtime.git] / lib / Catalyst / ActionContainer.pm
index eb6bb74..337fdf6 100644 (file)
@@ -14,7 +14,7 @@ use overload (
 
 =head1 NAME
 
-Catalyst::Action - Catalyst Action
+Catalyst::ActionContainer - Catalyst Action Container
 
 =head1 SYNOPSIS
 
@@ -30,15 +30,6 @@ See L<Catalyst>.
 
 =item actions
 
-=item new
-
-=cut
-
-sub new {        # Dumbass constructor
-    my ( $class, $attrs ) = @_;
-    return bless { %{ $attrs || {} } }, $class;
-}
-
 =back
 
 =head1 AUTHOR