[Catalyst-dev] [PATCH] replaces MyView with TT
Kenny Gatdula
kennyg at pobox.com
Thu Jun 15 04:58:25 CEST 2006
Sorry, I missed this while replacing the name of the view from MyView
to TT.
--- Cookbook.pod.orig 2006-06-14 22:39:43.000000000 -0400
+++ Cookbook.pod 2006-06-14 22:39:53.000000000 -0400
@@ -1845,7 +1845,7 @@
script/myapp_create.pl view TT TT
-This will create lib/MyApp/View/MyView.pm, which is going to be
pretty empty to start. However, it sets everything up that you need
to get started. You can now define which template you want and
forward to your view. For instance:
+This will create lib/MyApp/View/TT.pm, which is going to be pretty
empty to start. However, it sets everything up that you need to get
started. You can now define which template you want and forward to
your view. For instance:
sub hello : Local {
my ( $self, $c ) = @_;
More information about the Catalyst-dev
mailing list