From: Sebastian Riedel Date: Sun, 23 Oct 2005 14:00:42 +0000 (+0000) Subject: Fixed some typos X-Git-Tag: 5.7099_04~1120 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=9ce5ab638a3850ea9b2449dc1ed20693f5478973 Fixed some typos --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 079dfcb..c5294bd 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1677,7 +1677,7 @@ Sebastian Riedel, C =head1 LICENSE -This library is free software . You can redistribute it and/or modify it under +This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. =cut 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