[Catalyst-commits] r9411 - trunk/Catalyst-View-XSLT
janus at dev.catalyst.perl.org
janus at dev.catalyst.perl.org
Mon Mar 2 17:14:14 GMT 2009
Author: janus
Date: 2009-03-02 17:14:13 +0000 (Mon, 02 Mar 2009)
New Revision: 9411
Modified:
trunk/Catalyst-View-XSLT/MANIFEST
trunk/Catalyst-View-XSLT/META.yml
trunk/Catalyst-View-XSLT/README
Log:
regen distmeta and update manifest
Modified: trunk/Catalyst-View-XSLT/MANIFEST
===================================================================
--- trunk/Catalyst-View-XSLT/MANIFEST 2009-03-02 17:10:09 UTC (rev 9410)
+++ trunk/Catalyst-View-XSLT/MANIFEST 2009-03-02 17:14:13 UTC (rev 9411)
@@ -3,7 +3,10 @@
lib/Catalyst/Helper/View/XSLT.pm
lib/Catalyst/View/XSLT.pm
lib/Catalyst/View/XSLT/XML/LibXSLT.pm
+Makefile.PL
MANIFEST This list of files
+META.yml
+README
t/01use.t
t/02pod.t
t/03podcoverage.t
@@ -13,13 +16,18 @@
t/07testRegisterFunction.t
t/08testRender.t
t/09_template_string.t
+t/10_template_fh.t
+t/11_xml_fh.t
+t/12_xml_io_handle.t
+t/13_xml_libxml_document.t
+t/14_xml_path_class.t
+t/15_template_import.t
t/lib/TestApp.pm
t/lib/TestApp/root/additional/testIncludePath.xsl
+t/lib/TestApp/root/test.xml
+t/lib/TestApp/root/testImport.xsl
t/lib/TestApp/root/testNoXSLT.xsl
t/lib/TestApp/root/testParams.xsl
t/lib/TestApp/root/testRegisterFunction.xsl
t/lib/TestApp/root/testRender.xsl
t/lib/TestApp/View/XSLT/XML/LibXSLT.pm
-Makefile.PL
-README
-META.yml
Modified: trunk/Catalyst-View-XSLT/META.yml
===================================================================
--- trunk/Catalyst-View-XSLT/META.yml 2009-03-02 17:10:09 UTC (rev 9410)
+++ trunk/Catalyst-View-XSLT/META.yml 2009-03-02 17:14:13 UTC (rev 9411)
@@ -1,6 +1,6 @@
---
name: Catalyst-View-XSLT
-version: 0.06
+version: 0.07
author:
- 'Simon Bertrang, E<lt>simon.bertrang at puzzworks.comE<gt>'
abstract: XSLT View Class
@@ -19,11 +19,13 @@
provides:
Catalyst::Helper::View::XSLT:
file: lib/Catalyst/Helper/View/XSLT.pm
+ version: 0.07
Catalyst::View::XSLT:
file: lib/Catalyst/View/XSLT.pm
- version: 0.06
+ version: 0.07
Catalyst::View::XSLT::XML::LibXSLT:
file: lib/Catalyst/View/XSLT/XML/LibXSLT.pm
+ version: 0.07
generated_by: Module::Build version 0.280801
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.2.html
Modified: trunk/Catalyst-View-XSLT/README
===================================================================
--- trunk/Catalyst-View-XSLT/README 2009-03-02 17:10:09 UTC (rev 9410)
+++ trunk/Catalyst-View-XSLT/README 2009-03-02 17:14:13 UTC (rev 9411)
@@ -119,6 +119,9 @@
parameters are set to %$args if $args is a hashref, or "$c->stash"
otherwise.
+ Templates are accepted as strings, filehandles or objects of the
+ corresponding view types (XML::LibXML::Document for example).
+
process
Renders the template specified in "$c->stash->{template}" or
"$c->action". Calls "render" to perform actual rendering. Template
More information about the Catalyst-commits
mailing list