[Catalyst-commits] r11438 - Catalyst-View-TT/trunk/lib/Catalyst/View
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Mon Sep 28 08:42:24 GMT 2009
Author: t0m
Date: 2009-09-28 08:42:24 +0000 (Mon, 28 Sep 2009)
New Revision: 11438
Modified:
Catalyst-View-TT/trunk/lib/Catalyst/View/TT.pm
Log:
Add FIXMEs
Modified: Catalyst-View-TT/trunk/lib/Catalyst/View/TT.pm
===================================================================
--- Catalyst-View-TT/trunk/lib/Catalyst/View/TT.pm 2009-09-28 08:30:44 UTC (rev 11437)
+++ Catalyst-View-TT/trunk/lib/Catalyst/View/TT.pm 2009-09-28 08:42:24 UTC (rev 11438)
@@ -484,6 +484,8 @@
C<< $c->action >> (the private name of the matched action). Calls L<render> to
perform actual rendering. Output is stored in C<< $c->response->body >>.
+FIXME: NOTE forward here
+
=head2 render($c, $template, \%args)
Renders the given template and returns output, or a L<Template::Exception>
@@ -504,6 +506,8 @@
To use the render method outside of your Catalyst app, just pass a undef context.
This can be useful for tests, for instance.
+FIXME: NOTE forward here
+
=head2 template_vars
Returns a list of keys/values to be used as the catalyst variables in the
More information about the Catalyst-commits
mailing list