From: Robert 'phaylon' Sedlacek Date: Wed, 7 Oct 2009 17:21:47 +0000 (+0000) Subject: added stub config section (incl TODO) to Cat.pm for things like 'current_view' X-Git-Tag: 5.80014~34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=432390bc43f2abb2a2afa47c6bdf2ff1fe050cc8 added stub config section (incl TODO) to Cat.pm for things like 'current_view' --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 6ee24f5..32d74dc 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -2663,6 +2663,10 @@ messages in template systems. sub version { return $Catalyst::VERSION } +=head1 CONFIGURATION + + # TODO include things like 'current_view' and maybe reiterate things like 'name' too + =head1 INTERNAL ACTIONS Catalyst uses internal actions like C<_DISPATCH>, C<_BEGIN>, C<_AUTO>,