[Catalyst-commits] r8762 - in trunk/Catalyst-View-XSLT: .
lib/Catalyst/View
janus at dev.catalyst.perl.org
janus at dev.catalyst.perl.org
Sat Dec 6 15:39:45 GMT 2008
Author: janus
Date: 2008-12-06 15:39:45 +0000 (Sat, 06 Dec 2008)
New Revision: 8762
Modified:
trunk/Catalyst-View-XSLT/Changes
trunk/Catalyst-View-XSLT/MANIFEST
trunk/Catalyst-View-XSLT/META.yml
trunk/Catalyst-View-XSLT/lib/Catalyst/View/XSLT.pm
Log:
add new test to manifest, update changelog and bump version for release 0.06
Modified: trunk/Catalyst-View-XSLT/Changes
===================================================================
--- trunk/Catalyst-View-XSLT/Changes 2008-12-06 15:33:43 UTC (rev 8761)
+++ trunk/Catalyst-View-XSLT/Changes 2008-12-06 15:39:45 UTC (rev 8762)
@@ -1,3 +1,6 @@
+0.06 Sat Dec 6 15:34:42 2008
+ - fix support for xsl template strings and add a corresponding test
+
0.05 Tue Nov 25 23:38:40 2008
- POD enhancements
- just utilize require and get rid of UNIVERSAL::require dependency
Modified: trunk/Catalyst-View-XSLT/MANIFEST
===================================================================
--- trunk/Catalyst-View-XSLT/MANIFEST 2008-12-06 15:33:43 UTC (rev 8761)
+++ trunk/Catalyst-View-XSLT/MANIFEST 2008-12-06 15:39:45 UTC (rev 8762)
@@ -12,6 +12,7 @@
t/06noXsl.t
t/07testRegisterFunction.t
t/08testRender.t
+t/09_template_string.t
t/lib/TestApp.pm
t/lib/TestApp/root/additional/testIncludePath.xsl
t/lib/TestApp/root/testNoXSLT.xsl
Modified: trunk/Catalyst-View-XSLT/META.yml
===================================================================
--- trunk/Catalyst-View-XSLT/META.yml 2008-12-06 15:33:43 UTC (rev 8761)
+++ trunk/Catalyst-View-XSLT/META.yml 2008-12-06 15:39:45 UTC (rev 8762)
@@ -1,6 +1,6 @@
---
name: Catalyst-View-XSLT
-version: 0.05
+version: 0.06
author:
- 'Simon Bertrang, E<lt>simon.bertrang at puzzworks.comE<gt>'
abstract: XSLT View Class
@@ -21,7 +21,7 @@
file: lib/Catalyst/Helper/View/XSLT.pm
Catalyst::View::XSLT:
file: lib/Catalyst/View/XSLT.pm
- version: 0.05
+ version: 0.06
Catalyst::View::XSLT::XML::LibXSLT:
file: lib/Catalyst/View/XSLT/XML/LibXSLT.pm
generated_by: Module::Build version 0.280801
Modified: trunk/Catalyst-View-XSLT/lib/Catalyst/View/XSLT.pm
===================================================================
--- trunk/Catalyst-View-XSLT/lib/Catalyst/View/XSLT.pm 2008-12-06 15:33:43 UTC (rev 8761)
+++ trunk/Catalyst-View-XSLT/lib/Catalyst/View/XSLT.pm 2008-12-06 15:39:45 UTC (rev 8762)
@@ -7,7 +7,7 @@
use Data::Dumper;
use File::Spec;
-our $VERSION = '0.05';
+our $VERSION = '0.06';
# check if this is a MS Windows
my $isMS = $^O eq 'MSWin32';
More information about the Catalyst-commits
mailing list