get rid of local pars_pk variable in the Pars hack. Fixes #45
[scpubgit/stemmaweb.git] / t / view_TT.t
CommitLineData
b8a92065 1use strict;
2use warnings;
3use Test::More;
4
5
6BEGIN { use_ok 'stemmaweb::View::TT' }
7
8done_testing();