added Test::Requires to 06config.t
Devin Austin [Sun, 23 May 2010 01:50:27 +0000 (01:50 +0000)]
t/06config.t

index 5dee491..4a3718e 100644 (file)
@@ -2,6 +2,9 @@ use strict;
 use warnings;
 BEGIN { $ENV{EMAIL_SENDER_TRANSPORT} = 'Test' }
 
+use Test::Requires {
+    'Catalyst::View::TT' => '0.31',
+};
 use Test::More; 
 use Email::Sender::Simple;
 use FindBin;