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