Branch for converting to Moose / refactoring some of the code.
[catagits/Catalyst-View-TT.git] / branches / moose / 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') }