mis-rebase
Hans Dieter Pearcey [Tue, 7 Apr 2009 20:33:34 +0000 (20:33 +0000)]
lib/Catalyst/Controller.pm

index f98a8d5..16b7fb4 100644 (file)
@@ -194,7 +194,6 @@ sub register_action_methods {
     my $class = ref $self || $self;
     #this is still not correct for some reason.
     my $namespace = $self->action_namespace($c);
-    my @methods = $meta->get_all_methods_with_attributes;
 
     foreach my $method (@methods) {
         my $name = $method->name;