X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FDispatcher.pm;h=08652e5135b7eeb256e157b570fae5309de5d5dd;hp=14fbe142b24924a23c192479fd7aeaa49997d921;hb=8f59bbe26ac3e8b9e40f66b07b2855a80139c075;hpb=8f5a2bd91034f630162e41661d559095e4ec7a01 diff --git a/lib/Catalyst/Dispatcher.pm b/lib/Catalyst/Dispatcher.pm index 14fbe14..08652e5 100644 --- a/lib/Catalyst/Dispatcher.pm +++ b/lib/Catalyst/Dispatcher.pm @@ -563,7 +563,8 @@ sub _find_or_create_namespace_node { =head2 $self->setup_actions( $class, $context ) Loads all of the preload dispatch types, registers their actions and then -loads all of the postload dispatch types, and does dispatcher initialization. +loads all of the postload dispatch types, and iterates over the tree of +actions, displaying the debug information if appropriate. =cut