got all the tests working again, and basic type tests in place
[gitmo/MooseX-Dependent.git] / t / 00-load.t
CommitLineData
3cfd35fd 1
9b6d2e22 2use Test::More tests=>3; {
3cfd35fd 3
4 use strict;
5 use warnings;
6
7 ## List all the modules we want to make sure can at least compile
66efbe23 8 use_ok 'MooseX::Dependent';
9 use_ok 'MooseX::Dependent::Types';
10 use_ok 'MooseX::Dependent::Meta::TypeConstraint::Dependent';
3cfd35fd 11}
12