X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F00-load.t;h=6d4764143acbf22d2377891a3a6832a3ea8c0442;hb=4a74c27f7b2e1eb7f1e27232d62aaffbac5f0c34;hp=7f8329eb2c9bd3634b4307a62be263f217e63518;hpb=d8547fef2f451c1b92ad3bef27fa852f13ef3f18;p=gitmo%2FMooseX-Types-Structured.git diff --git a/t/00-load.t b/t/00-load.t index 7f8329e..6d47641 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -1,9 +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'; use_ok 'MooseX::Meta::TypeCoercion::Structured'; -use_ok 'MooseX::Types::Structured'; \ No newline at end of file +use_ok 'MooseX::Types::Structured::MessageStack'; +use_ok 'MooseX::Types::Structured';