added stub config section (incl TODO) to Cat.pm for things like 'current_view'
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 6ee24f5..32d74dc 100644 (file)
@@ -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>,