Catalyst::Plugin::Email is deprecated - stop mentioning it
[catagits/Catalyst-View-TT.git] / t / 01use.t
1 use strict;
2 use Test::More tests => 2;
3
4 BEGIN { use_ok('Catalyst::View::TT') }
5 BEGIN { use_ok('Catalyst::Helper::View::TT') }