X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F19_typelib_with_role.t;h=b979d40ed17ad24a108620f55f6e09966133d4d3;hb=aa2bedf04cc440d6d1ca7a3daca01af380931a13;hp=af5acd0d753bd90bef44a0fc95a874a5c8fac900;hpb=bca16b0df9c4fc15c801e30805f80e12c7917056;p=gitmo%2FMooseX-Types.git diff --git a/t/19_typelib_with_role.t b/t/19_typelib_with_role.t index af5acd0..b979d40 100644 --- a/t/19_typelib_with_role.t +++ b/t/19_typelib_with_role.t @@ -2,7 +2,7 @@ use strict; use warnings; -use Test::More tests => 1; +use Test::More; { package MyRole; @@ -24,3 +24,5 @@ eval q{ }; ok !$@, 'type export not picked up as a method on role application'; + +done_testing();