[Catalyst-commits] r10467 - Catalyst-Runtime/5.80/branches/namespace_handling_refactor/lib/Catalyst

mo at dev.catalyst.perl.org mo at dev.catalyst.perl.org
Sun Jun 7 11:49:58 GMT 2009


Author: mo
Date: 2009-06-07 11:49:58 +0000 (Sun, 07 Jun 2009)
New Revision: 10467

Modified:
   Catalyst-Runtime/5.80/branches/namespace_handling_refactor/lib/Catalyst/Controller.pm
Log:
removed commented code

Modified: Catalyst-Runtime/5.80/branches/namespace_handling_refactor/lib/Catalyst/Controller.pm
===================================================================
--- Catalyst-Runtime/5.80/branches/namespace_handling_refactor/lib/Catalyst/Controller.pm	2009-06-07 11:14:23 UTC (rev 10466)
+++ Catalyst-Runtime/5.80/branches/namespace_handling_refactor/lib/Catalyst/Controller.pm	2009-06-07 11:49:58 UTC (rev 10467)
@@ -214,7 +214,6 @@
     foreach my $method (@methods) {
         my $name = $method->name;
         my $attributes = $method->attributes;
-        #next unless $attributes;
         my $attrs = $self->_parse_attrs( $c, $name, @{ $attributes } );
         if ( $attrs->{Private} && ( keys %$attrs > 1 ) ) {
             $c->log->debug( 'Bad action definition "'




More information about the Catalyst-commits mailing list