X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=711fb16584ed9290ce265e938e455cb39336b1e2;hb=951d8f8baa9d3b9c9d934503277ac287e5f6188e;hp=768e0134b25c67083d1f45b5264df8e071feac52;hpb=f8ad6ea56eeb4d3a3d5d77cf502651712dfb5e62;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 768e013..711fb16 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -593,8 +593,6 @@ sub component { $comp = $c->_comp_search($name); return $c->_filter_component( $comp, @_ ) if defined($comp); - - croak("Unable to find component $name"); } return sort keys %{ $c->components };