From 31ac88f38a51b355957e0d364f38a6dc6a1e2fa8 Mon Sep 17 00:00:00 2001 From: Shawn M Moore Date: Mon, 1 Aug 2011 11:13:32 -0400 Subject: Remove VERSION and AUTHORITY, dzil sets these --- lib/OX/View/TT.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/OX/View/TT.pm b/lib/OX/View/TT.pm index 1ceaee6..33e5e7c 100644 --- a/lib/OX/View/TT.pm +++ b/lib/OX/View/TT.pm @@ -4,9 +4,6 @@ use Moose; use MooseX::Types::Path::Class; use Template; -our $VERSION = '0.01'; -our $AUTHORITY = 'cpan:STEVAN'; - has 'template_root' => ( is => 'ro', isa => 'Path::Class::Dir', -- cgit v1.2.3-54-g00ecf