[Catalyst-commits] r10557 - trunk/Catalyst-View-TT/lib/Catalyst/View
dandv at dev.catalyst.perl.org
dandv at dev.catalyst.perl.org
Tue Jun 16 23:09:49 GMT 2009
Author: dandv
Date: 2009-06-16 23:09:48 +0000 (Tue, 16 Jun 2009)
New Revision: 10557
Modified:
trunk/Catalyst-View-TT/lib/Catalyst/View/TT.pm
Log:
Minor POD fixes to C::V::TT
Modified: trunk/Catalyst-View-TT/lib/Catalyst/View/TT.pm
===================================================================
--- trunk/Catalyst-View-TT/lib/Catalyst/View/TT.pm 2009-06-16 19:54:16 UTC (rev 10556)
+++ trunk/Catalyst-View-TT/lib/Catalyst/View/TT.pm 2009-06-16 23:09:48 UTC (rev 10557)
@@ -23,6 +23,7 @@
=head1 SYNOPSIS
# use the helper to create your View
+
myapp_create.pl view TT TT
# configure in lib/MyApp.pm (Could be set from configfile instead)
@@ -342,7 +343,7 @@
The final, and perhaps most direct way, is to define a class
item in your main application configuration, again by calling the
-uniquitous C<config()> method. The items in the class hash are
+ubiquitous C<config()> method. The items in the class hash are
added to those already defined by the above two methods. This happens
in the base class new() method (which is one reason why you must
remember to call it via C<MRO::Compat> if you redefine the C<new()>
@@ -479,7 +480,7 @@
=head2 process
Renders the template specified in C<< $c->stash->{template} >> or
-C<< $c->action >> (the private name of the matched action. Calls L<render> to
+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 >>.
=head2 render($c, $template, \%args)
@@ -641,7 +642,7 @@
=head1 COPYRIGHT
-This program is free software, you can redistribute it and/or modify it
+This program is free software. You can redistribute it and/or modify it
under the same terms as Perl itself.
=cut
More information about the Catalyst-commits
mailing list