move repository to http://github.com/moose/MooseX-Types
[gitmo/MooseX-Types.git] / t / 19_typelib_with_role.t
index af5acd0..c0da067 100644 (file)
@@ -1,8 +1,8 @@
 #!/usr/bin/env perl
 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();