commented out the relevant lines causing test breaks
André Walker [Mon, 18 Jul 2011 14:46:37 +0000 (11:46 -0300)]
lib/Catalyst.pm

index 9343dc6..53e06a9 100644 (file)
@@ -738,8 +738,8 @@ sub component {
 
     # FIXME: I probably shouldn't be doing this
     # I'm keeping it temporarily for things like $c->comp('MyApp')
-    return $c->components->{$component}
-        if exists $c->components->{$component} and !@args;
+    #return $c->components->{$component}
+    #    if exists $c->components->{$component} and !@args;
 
     $c->log->warn("Looking for '$component', but nothing was found.");