Fixed some typos
Sebastian Riedel [Sun, 23 Oct 2005 14:00:42 +0000 (14:00 +0000)]
lib/Catalyst.pm
lib/Catalyst/Action.pm

index 079dfcb..c5294bd 100644 (file)
@@ -1677,7 +1677,7 @@ Sebastian Riedel, C<sri@oook.de>
 
 =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
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