X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F00-load.t;h=7f8329eb2c9bd3634b4307a62be263f217e63518;hb=041095744fe277d00b61625fbf90b55d32950978;hp=0fb6c2b9d9721c5bd768f7c38e035b35781113f5;hpb=a30fa8914f1b06d293d2cc743bd75c2de3e157f4;p=gitmo%2FMooseX-Types-Structured.git diff --git a/t/00-load.t b/t/00-load.t index 0fb6c2b..7f8329e 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -1,8 +1,9 @@ use strict; use warnings; -use Test::More tests=>2; +use Test::More tests=>3; ## List all the modules we want to make sure can at least compile use_ok 'MooseX::Meta::TypeConstraint::Structured'; +use_ok 'MooseX::Meta::TypeCoercion::Structured'; use_ok 'MooseX::Types::Structured'; \ No newline at end of file