From: Tomas Doran Date: Sat, 12 Jul 2008 12:02:32 +0000 (+0000) Subject: Clarify inner package behavior of companent instantation in the POD. (no 1 of 2 doc... X-Git-Tag: 5.7099_04~51 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=44d5f0e672428e91c40a34ee3bab20cfac425b88 Clarify inner package behavior of companent instantation in the POD. (no 1 of 2 doc patches I promised mst) --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index fa0ebdf..c235127 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1906,6 +1906,11 @@ search paths, specify a key named C as an array reference. Items in the array beginning with C<::> will have the application class name prepended to them. +All components found will also have any +L loaded and set up as components. +Note, that modules which are B an I of the main +file namespace loaded will not be instantiated as components. + =cut sub setup_components {