started the custom coercion
[gitmo/MooseX-Dependent.git] / t / 00-load.t
1
2 use Test::More tests=>4; {
3     
4     use strict;
5     use warnings;
6     
7     ## List all the modules we want to make sure can at least compile
8     use_ok 'MooseX::Dependent';
9     use_ok 'MooseX::Dependent::Types';
10     use_ok 'MooseX::Dependent::Meta::TypeConstraint::Dependent';
11     use_ok 'MooseX::Dependent::Meta::TypeCoercion::Dependent';
12 }
13