[Catalyst-commits] r11437 -
Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Mon Sep 28 08:30:44 GMT 2009
Author: t0m
Date: 2009-09-28 08:30:44 +0000 (Mon, 28 Sep 2009)
New Revision: 11437
Modified:
Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Intro.pod
Log:
Add fixme
Modified: Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Intro.pod
===================================================================
--- Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Intro.pod 2009-09-27 19:12:39 UTC (rev 11436)
+++ Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Intro.pod 2009-09-28 08:30:44 UTC (rev 11437)
@@ -1278,6 +1278,9 @@
Here are some examples of how to forward to classes and methods.
+ # FIXME - Forwarding to a model is unusual, a better example would show
+ # forwarding to render in TT which is useful for drawing sub-parts of pages..
+
sub hello : Global {
my ( $self, $c ) = @_;
$c->forward(qw/MyApp::Model::Hello say_hello/);
More information about the Catalyst-commits
mailing list