X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FComponent.pm;h=f74709980a3140c6d1d0462f638cfa9783ab2d90;hp=1b494a2f3a3caf99976dd961ce934ec7d76ee4b8;hb=c80736fa195ad211ab3cf0f17d9907d67c1cb280;hpb=d003ff83ac25ab0af3988de66867f73af54ff631 diff --git a/lib/Catalyst/Component.pm b/lib/Catalyst/Component.pm index 1b494a2..f747099 100644 --- a/lib/Catalyst/Component.pm +++ b/lib/Catalyst/Component.pm @@ -61,7 +61,7 @@ It provides you with a generic new() for component construction through Catalyst component loader with config() support and a process() method placeholder. B that calling C<< $self->config >> inside a component is strongly -disrecommended - the correctly merged config should have already been +not recommended - the correctly merged config should have already been passed to the constructor and stored in attributes - accessing the config accessor directly from an instance is likely to get the wrong values (as it only holds the class wide config, not things loaded