fixed Test::Requires to require Catalyst::View::TT
[catagits/Catalyst-View-Email.git] / t / 05template.t
index 38d8ae3..9855fb2 100644 (file)
@@ -3,7 +3,9 @@ use warnings;
 
 BEGIN { $ENV{EMAIL_SENDER_TRANSPORT} = 'Test' }
 use Test::More;
-
+use Test::Requires {
+    'Catalyst::View::TT' => '0.31',
+};
 use Email::Sender::Simple;
 use FindBin;
 use lib "$FindBin::Bin/lib";