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