X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FHelper%2FView%2FTTSite.pm;h=ec00594a7b240f28f9cfe650fecc1b00ebbfcbc0;hb=caa68319afbd7b8db59975b1e968766da6ac6bbc;hp=65bbfa4420a0bcea7e278835bc5eaf4c69bae90e;hpb=1022fd98f3f3c003918d408b03103152429dab67;p=catagits%2FCatalyst-View-TT.git diff --git a/lib/Catalyst/Helper/View/TTSite.pm b/lib/Catalyst/Helper/View/TTSite.pm index 65bbfa4..ec00594 100644 --- a/lib/Catalyst/Helper/View/TTSite.pm +++ b/lib/Catalyst/Helper/View/TTSite.pm @@ -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};