[Catalyst-commits] r13237 - Catalyst-View-TT/trunk/lib/Catalyst/View
jester at dev.catalyst.perl.org
jester at dev.catalyst.perl.org
Sat May 8 23:41:02 GMT 2010
Author: jester
Date: 2010-05-09 00:41:02 +0100 (Sun, 09 May 2010)
New Revision: 13237
Modified:
Catalyst-View-TT/trunk/lib/Catalyst/View/TT.pm
Log:
I give a fuck about an Oxford comma (tm Vampire Weekend)
Modified: Catalyst-View-TT/trunk/lib/Catalyst/View/TT.pm
===================================================================
--- Catalyst-View-TT/trunk/lib/Catalyst/View/TT.pm 2010-05-08 23:09:01 UTC (rev 13236)
+++ Catalyst-View-TT/trunk/lib/Catalyst/View/TT.pm 2010-05-08 23:41:02 UTC (rev 13237)
@@ -546,10 +546,10 @@
The template variables are set to C<%$args> if C<$args> is a hashref, or
C<< $c->stash >> otherwise. In either case the variables are augmented with
-C<base> set to C<< $c->req->base >>, C<c> to C<$c> and C<name> to
+C<base> set to C<< $c->req->base >>, C<c> to C<$c>, and C<name> to
C<< $c->config->{name} >>. Alternately, the C<CATALYST_VAR> configuration item
can be defined to specify the name of a template variable through which the
-context reference (C<$c>) can be accessed. In this case, the C<c>, C<base> and
+context reference (C<$c>) can be accessed. In this case, the C<c>, C<base>, and
C<name> variables are omitted.
C<$template> can be anything that Template::process understands how to
More information about the Catalyst-commits
mailing list