r22767@hercule (orig r1158): mateu | 2009-07-28 14:16:29 +0100
[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