From: Karen Etheridge Date: Tue, 13 Dec 2016 18:53:10 +0000 (-0800) Subject: use warnings in this test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-TT.git;a=commitdiff_plain;h=53b371651d8702e78774947049fcebfe61d3c4bb use warnings in this test --- diff --git a/t/01use.t b/t/01use.t index ccc1771..77f3086 100644 --- 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') }