Bumping version to 0.43; add $VERSION to all modules
Karen Etheridge [Wed, 12 Aug 2015 16:29:51 +0000 (09:29 -0700)]
lib/Catalyst/Helper/View/TT.pm
lib/Catalyst/Helper/View/TTSite.pm
lib/Catalyst/View/TT.pm

index ae95736..1c15284 100644 (file)
@@ -2,6 +2,9 @@ package Catalyst::Helper::View::TT;
 
 use strict;
 
+our $VERSION = '0.43';
+$VERSION = eval $VERSION;
+
 =head1 NAME
 
 Catalyst::Helper::View::TT - Helper for TT Views
index 65bbfa4..b06bbce 100644 (file)
@@ -3,6 +3,9 @@ package Catalyst::Helper::View::TTSite;
 use strict;
 use File::Spec;
 
+our $VERSION = '0.43';
+$VERSION = eval $VERSION;
+
 sub mk_compclass {
     my ( $self, $helper, @args ) = @_;
     my $file = $helper->{file};
index c6f0fcc..1b2748b 100644 (file)
@@ -10,7 +10,7 @@ use Template::Timer;
 use MRO::Compat;
 use Scalar::Util qw/blessed weaken/;
 
-our $VERSION = '0.42';
+our $VERSION = '0.43';
 $VERSION = eval $VERSION;
 
 __PACKAGE__->mk_accessors('template');