[Catalyst-commits] r8106 - Catalyst-Runtime/5.70/trunk/lib
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Sat Jul 12 13:02:32 BST 2008
Author: t0m
Date: 2008-07-12 13:02:32 +0100 (Sat, 12 Jul 2008)
New Revision: 8106
Modified:
Catalyst-Runtime/5.70/trunk/lib/Catalyst.pm
Log:
Clarify inner package behavior of companent instantation in the POD. (no 1 of 2 doc patches I promised mst)
Modified: Catalyst-Runtime/5.70/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.70/trunk/lib/Catalyst.pm 2008-07-12 11:44:15 UTC (rev 8105)
+++ Catalyst-Runtime/5.70/trunk/lib/Catalyst.pm 2008-07-12 12:02:32 UTC (rev 8106)
@@ -1906,6 +1906,11 @@
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 {
More information about the Catalyst-commits
mailing list