Clarify inner package behavior of companent instantation in the POD. (no 1 of 2 doc...
Tomas Doran [Sat, 12 Jul 2008 12:02:32 +0000 (12:02 +0000)]
lib/Catalyst.pm

index fa0ebdf..c235127 100644 (file)
@@ -1906,6 +1906,11 @@ search paths, specify a key named C<search_extra> 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<Devel::InnerPackage|inner packages> loaded and set up as components.
+Note, that modules which are B<not> an I<inner package> of the main
+file namespace loaded will not be instantiated as components.
+
 =cut
 
 sub setup_components {