X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F00-load.t;h=6d4764143acbf22d2377891a3a6832a3ea8c0442;hb=5ac93dbb32df5bdf286efab5cca11423083b8a57;hp=ee77164747e371650d171b5188bd96118a0908dd;hpb=6c2f284cc64110ea076e644767ad9f2787033660;p=gitmo%2FMooseX-Types-Structured.git diff --git a/t/00-load.t b/t/00-load.t index ee77164..6d47641 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -1,10 +1,10 @@ use strict; use warnings; -use Test::More tests=>3; +use Test::More tests=>4; ## List all the modules we want to make sure can at least compile - -use_ok 'MooseX::Meta::TypeConstraint::Structured::Named'; -use_ok 'MooseX::Meta::TypeConstraint::Structured::Positional'; -use_ok 'MooseX::Types::Structured'; \ No newline at end of file +use_ok 'MooseX::Meta::TypeConstraint::Structured'; +use_ok 'MooseX::Meta::TypeCoercion::Structured'; +use_ok 'MooseX::Types::Structured::MessageStack'; +use_ok 'MooseX::Types::Structured';