aboutsummaryrefslogblamecommitdiffstats
path: root/t/00componentui_compiles.t
blob: 1c60e785542bcee24ec25037782e2eb4014ddd49 (plain) (tree)
1
2
3
4
5
6
7






                                                         
use strict;
use warnings;
use Test::More tests => 1;

use_ok('ComponentUI') 
  or BAIL_OUT('ComponentUI does not compile, giving up');