[Catalyst-commits] r8656 - trunk/Catalyst-View-XSLT

janus at dev.catalyst.perl.org janus at dev.catalyst.perl.org
Tue Nov 25 22:38:13 GMT 2008


Author: janus
Date: 2008-11-25 22:38:13 +0000 (Tue, 25 Nov 2008)
New Revision: 8656

Modified:
   trunk/Catalyst-View-XSLT/Changes
Log:
unify format and add changes for upcoming release

Modified: trunk/Catalyst-View-XSLT/Changes
===================================================================
--- trunk/Catalyst-View-XSLT/Changes	2008-11-25 22:14:36 UTC (rev 8655)
+++ trunk/Catalyst-View-XSLT/Changes	2008-11-25 22:38:13 UTC (rev 8656)
@@ -1,15 +1,24 @@
+0.05  
+        - POD enhancements
+        - just utilize require and get rid of UNIVERSAL::require dependency
+        - drop redundant $VERSIONs
+        - use warnings everywhere
+        - clean up whitespacing and unify indentation
+        - don't error out on windows as it just works as it should
+        - implement a render method in the way C::V::TT has it and add a corresponding test
+
 0.04  Tue Dec 19 20:00:00 2006
-		- Remove '=begin pod_to_ignore' from Catalyst/Helper/View/XSLT.pm to get rid of :
-		        exists "script/../lib/App/View"
-				exists "script/../t"
-				readline() on unopened filehandle DATA at (eval 13) line 1.
-				Use of uninitialized value in split at /opt/local/lib/perl5/vendor_perl/5.8.8/Catalyst/Helper.pm line 47.
+        - Remove '=begin pod_to_ignore' from Catalyst/Helper/View/XSLT.pm to get rid of :
+                exists "script/../lib/App/View"
+                exists "script/../t"
+                readline() on unopened filehandle DATA at (eval 13) line 1.
+                Use of uninitialized value in split at /opt/local/lib/perl5/vendor_perl/5.8.8/Catalyst/Helper.pm line 47.
 
 0.03  Tue Dec 19 20:00:00 2006
-		- Explicitly use UNIVERSAL::require
+        - Explicitly use UNIVERSAL::require
 
 0.02  Fri Feb 20 21:00:00 2006
         - POD improvements
 
-0.01  Fri Feb 3 22:00:00 2006
+0.01  Fri Feb  3 22:00:00 2006
         - first release




More information about the Catalyst-commits mailing list