[Jifty-commit] r6031 - in Template-Declare: lib/Template

Jifty commits jifty-commit at lists.jifty.org
Wed Nov 26 17:08:02 EST 2008


Author: alexmv
Date: Wed Nov 26 17:08:02 2008
New Revision: 6031

Modified:
   Template-Declare/   (props changed)
   Template-Declare/Changes
   Template-Declare/META.yml
   Template-Declare/lib/Template/Declare.pm

Log:
 r39587 at kohr-ah:  chmrr | 2008-11-26 17:06:50 -0500
  * Version bump, post-release
 r39588 at kohr-ah:  chmrr | 2008-11-26 17:07:20 -0500
  * ..and in the changelog, too


Modified: Template-Declare/Changes
==============================================================================
--- Template-Declare/Changes	(original)
+++ Template-Declare/Changes	Wed Nov 26 17:08:02 2008
@@ -1,3 +1,5 @@
+0.31 - 
+
 0.30 - 2008-11-26
 * Remove the "wrapper" export, its name is too generic and clashes with a lot
   of existing code. It's a negligible amount of sugar.

Modified: Template-Declare/META.yml
==============================================================================
--- Template-Declare/META.yml	(original)
+++ Template-Declare/META.yml	Wed Nov 26 17:08:02 2008
@@ -22,4 +22,4 @@
   Class::Data::Inheritable: 0
   Class::ISA: 0
   perl: 5.8.2
-version: 0.30
+version: 0.31

Modified: Template-Declare/lib/Template/Declare.pm
==============================================================================
--- Template-Declare/lib/Template/Declare.pm	(original)
+++ Template-Declare/lib/Template/Declare.pm	Wed Nov 26 17:08:02 2008
@@ -7,7 +7,7 @@
 use Template::Declare::Buffer;
 use Class::ISA;
 
-our $VERSION = "0.30";
+our $VERSION = "0.31";
 
 use base 'Class::Data::Inheritable';
 __PACKAGE__->mk_classdata('roots');


More information about the Jifty-commit mailing list