[Catalyst-commits] r11484 - Catalyst-Runtime/5.80/trunk/lib

phaylon at dev.catalyst.perl.org phaylon at dev.catalyst.perl.org
Wed Oct 7 17:21:47 GMT 2009


Author: phaylon
Date: 2009-10-07 17:21:47 +0000 (Wed, 07 Oct 2009)
New Revision: 11484

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Log:
added stub config section (incl TODO) to Cat.pm for things like 'current_view'

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-10-07 09:11:19 UTC (rev 11483)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-10-07 17:21:47 UTC (rev 11484)
@@ -2663,6 +2663,10 @@
 
 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>,




More information about the Catalyst-commits mailing list