From: André Walker Date: Mon, 18 Jul 2011 14:46:37 +0000 (-0300) Subject: commented out the relevant lines causing test breaks X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=3d754f5852a61d0f5ba6321385d2ddb5bbb27ae5 commented out the relevant lines causing test breaks --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 9343dc6..53e06a9 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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.");