[Jifty-commit] r7301 - in Template-Declare/trunk: .

Jifty commits jifty-commit at lists.jifty.org
Wed Jul 8 16:22:01 EDT 2009


Author: sartak
Date: Wed Jul  8 16:22:00 2009
New Revision: 7301

Modified:
   Template-Declare/trunk/Changes
   Template-Declare/trunk/lib/Template/Declare.pm

Log:
Version 0.40 and changes

Modified: Template-Declare/trunk/Changes
==============================================================================
--- Template-Declare/trunk/Changes	(original)
+++ Template-Declare/trunk/Changes	Wed Jul  8 16:22:00 2009
@@ -1,3 +1,7 @@
+0.40 - 2009-07-08
+* Fix subname issue with the debugger and specifically Devel::NYTProf
+* String::BufferStack usage improvements
+
 0.39 - 2009-03-05
 * No code changes; increase Test::Warn dependency to 0.11, as 0.10 was
   broken

Modified: Template-Declare/trunk/lib/Template/Declare.pm
==============================================================================
--- Template-Declare/trunk/lib/Template/Declare.pm	(original)
+++ Template-Declare/trunk/lib/Template/Declare.pm	Wed Jul  8 16:22:00 2009
@@ -8,7 +8,7 @@
 use Class::ISA;
 use String::BufferStack;
 
-our $VERSION = "0.39";
+our $VERSION = "0.40";
 
 use base 'Class::Data::Inheritable';
 __PACKAGE__->mk_classdata('roots');


More information about the Jifty-commit mailing list