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

janus at dev.catalyst.perl.org janus at dev.catalyst.perl.org
Sat Dec 6 21:05:53 GMT 2008


Author: janus
Date: 2008-12-06 21:05:52 +0000 (Sat, 06 Dec 2008)
New Revision: 8770

Modified:
   trunk/Catalyst-View-XSLT/lib/Catalyst/View/XSLT.pm
Log:
document supported kinds of templates

Modified: trunk/Catalyst-View-XSLT/lib/Catalyst/View/XSLT.pm
===================================================================
--- trunk/Catalyst-View-XSLT/lib/Catalyst/View/XSLT.pm	2008-12-06 20:59:06 UTC (rev 8769)
+++ trunk/Catalyst-View-XSLT/lib/Catalyst/View/XSLT.pm	2008-12-06 21:05:52 UTC (rev 8770)
@@ -216,6 +216,9 @@
 The template parameters are set to C<%$args> if $args is a hashref, or 
 C<< $c->stash >> otherwise.
 
+Templates are accepted as strings, filehandles or objects of the corresponding
+view types (L<XML::LibXML::Document> for example).
+
 =cut
 
 sub render {




More information about the Catalyst-commits mailing list