[Catalyst-commits] r8639 - trunk/Catalyst-View-XSLT/lib/Catalyst/View

janus at dev.catalyst.perl.org janus at dev.catalyst.perl.org
Sun Nov 23 21:31:45 GMT 2008


Author: janus
Date: 2008-11-23 21:31:45 +0000 (Sun, 23 Nov 2008)
New Revision: 8639

Modified:
   trunk/Catalyst-View-XSLT/lib/Catalyst/View/XSLT.pm
Log:
in xslt a template has parameters instead of variables

Modified: trunk/Catalyst-View-XSLT/lib/Catalyst/View/XSLT.pm
===================================================================
--- trunk/Catalyst-View-XSLT/lib/Catalyst/View/XSLT.pm	2008-11-23 21:22:46 UTC (rev 8638)
+++ trunk/Catalyst-View-XSLT/lib/Catalyst/View/XSLT.pm	2008-11-23 21:31:45 UTC (rev 8639)
@@ -211,7 +211,7 @@
 =item render
 
 Renders the template specified via C<< $template >>.
-The template variables are set to C<%$args> if $args is a hashref, or 
+The template parameters are set to C<%$args> if $args is a hashref, or 
 C<< $c->stash >> otherwise.
 
 =cut




More information about the Catalyst-commits mailing list