X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F00-load.t;fp=t%2F00-load.t;h=8e867b207869cfa9c665f8f2f97c515c2c800a3c;hb=309c8a6c87e4d72793a68c005a5347edcccc3bde;hp=9c2696bdf66c3420f16710c6a8a690e7e94ebfc8;hpb=6479ca33428a48b54f214f2ad83a0b9bc22d4415;p=gitmo%2FMooseX-Types-Structured.git diff --git a/t/00-load.t b/t/00-load.t index 9c2696b..8e867b2 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -1,9 +1,9 @@ use strict; use warnings; -use Test::More tests=>1; +use Test::More tests=>2; ## List all the modules we want to make sure can at least compile -use_ok 'MooseX::Meta::TypeConstraint::Structured'; - +use_ok 'MooseX::Meta::TypeConstraint::Structured::Named'; +use_ok 'MooseX::Meta::TypeConstraint::Structured::Positional';