bump VERSION to 0.45
[catagits/Catalyst-View-TT.git] / lib / Catalyst / Helper / View / TTSite.pm
index 65bbfa4..ec00594 100644 (file)
@@ -3,6 +3,9 @@ package Catalyst::Helper::View::TTSite;
 use strict;
 use File::Spec;
 
+our $VERSION = '0.45';
+$VERSION = eval $VERSION;
+
 sub mk_compclass {
     my ( $self, $helper, @args ) = @_;
     my $file = $helper->{file};