fixes for the applied_attribute stuff in moose 2
[catagits/Reaction.git] / t / 00componentui_compiles.t
CommitLineData
6ded0784 1use strict;
2use warnings;
3use Test::More tests => 1;
4
5use_ok('ComponentUI')
6 or BAIL_OUT('ComponentUI does not compile, giving up');
7