bumped versoin numbers all around
[catagits/Catalyst-View-Email.git] / t / 05template.t
index 8f9e5d8..38d8ae3 100644 (file)
@@ -6,15 +6,8 @@ use Test::More;
 
 use Email::Sender::Simple;
 use FindBin;
-use Data::Dumper;
 use lib "$FindBin::Bin/lib";
 
-eval "use Catalyst::View::TT";
-if ( $@ ) {
-    plan skip_all => 'Catalyst::View::TT required for Template tests';
-    exit;
-}
-
 use_ok('Catalyst::Test', 'TestApp');
 
 my $response;