use warnings in this test
Karen Etheridge [Tue, 13 Dec 2016 18:53:10 +0000 (10:53 -0800)]
t/01use.t

index ccc1771..77f3086 100644 (file)
--- a/t/01use.t
+++ b/t/01use.t
@@ -1,4 +1,5 @@
 use strict;
+use warnings;
 use Test::More tests => 2;
 
 BEGIN { use_ok('Catalyst::View::TT') }