X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FAction.pm;h=0bc165aa880282d3d6d84665c741a5a1a4da9b35;hp=f80c00bd84138c2792c53c47049ff0210c318dce;hb=9ce5ab638a3850ea9b2449dc1ed20693f5478973;hpb=2d1d8f91c3ecbddb9c8c86a20c5d729fb9d1ed11 diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index f80c00b..0bc165a 100644 --- a/lib/Catalyst/Action.pm +++ b/lib/Catalyst/Action.pm @@ -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