[Bps-public-commit] template-declare branch, master, updated. f6d403e6960c23d7a82f4759a7d9c8ef13b605ec
sartak at bestpractical.com
sartak at bestpractical.com
Thu Oct 29 15:08:24 EDT 2009
The branch, master has been updated
via f6d403e6960c23d7a82f4759a7d9c8ef13b605ec (commit)
from 7a89d7184de20adeca3c09cbe7dbc0d3c0da7529 (commit)
Summary of changes:
lib/Template/Declare.pm | 2 +-
lib/Template/Declare/Tags.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit f6d403e6960c23d7a82f4759a7d9c8ef13b605ec
Author: Shawn M Moore <sartak at gmail.com>
Date: Thu Oct 29 15:08:15 2009 -0400
Bump to 0.41
diff --git a/lib/Template/Declare.pm b/lib/Template/Declare.pm
index 7d2d813..94fd252 100644
--- a/lib/Template/Declare.pm
+++ b/lib/Template/Declare.pm
@@ -7,7 +7,7 @@ use Template::Declare::Buffer;
use Class::ISA;
use String::BufferStack;
-our $VERSION = "0.40_02";
+our $VERSION = '0.41';
use base 'Class::Data::Inheritable';
__PACKAGE__->mk_classdata('dispatch_to');
diff --git a/lib/Template/Declare/Tags.pm b/lib/Template/Declare/Tags.pm
index 4af4355..9304049 100644
--- a/lib/Template/Declare/Tags.pm
+++ b/lib/Template/Declare/Tags.pm
@@ -6,7 +6,7 @@ use strict;
package Template::Declare::Tags;
-our $VERSION = '0.40';
+our $VERSION = '0.41';
use Template::Declare;
use base 'Exporter';
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list