use warnings in this test
[catagits/Catalyst-View-TT.git] / t / 01use.t
CommitLineData
8077080c 1use strict;
53b37165 2use warnings;
8077080c 3use Test::More tests => 2;
4
5BEGIN { use_ok('Catalyst::View::TT') }
6BEGIN { use_ok('Catalyst::Helper::View::TT') }