silence m2m warnings
[catagits/Reaction.git] / t / 00componentui_compiles.t
CommitLineData
6ded0784 1use strict;
2use warnings;
3use Test::More tests => 1;
4
f996f018 5BEGIN { $ENV{DBIC_OVERWRITE_HELPER_METHODS_OK} = 1; }
6
6ded0784 7use_ok('ComponentUI')
8 or BAIL_OUT('ComponentUI does not compile, giving up');
9