r32222@martha (orig r1250): groditi | 2009-10-22 18:47:11 -0400
[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