From: Florian Ragwitz Date: Thu, 12 Feb 2009 09:58:01 +0000 (+0000) Subject: Stop confusing future readers by removing code that doesn't actually do anything. X-Git-Tag: 5.80001~105 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=efaaba138ac309482d8fcc613468272aefb9a990 Stop confusing future readers by removing code that doesn't actually do anything. <@t0m> looks like paranoia/Class::Inspector related hackery to me. rip it out if it doesn't break. :) --- diff --git a/lib/Catalyst/Controller.pm b/lib/Catalyst/Controller.pm index 0ccdcb5..18c8259 100644 --- a/lib/Catalyst/Controller.pm +++ b/lib/Catalyst/Controller.pm @@ -183,7 +183,6 @@ sub register_actions { my $namespace = $self->action_namespace($c); my $meta = find_meta($self); my %methods = map { $_->body => $_->name } - grep { $_->package_name ne 'Moose::Object' } #ignore Moose::Object methods $meta->get_all_methods; # Advanced inheritance support for plugins and the like