Regenerate test files
[gitmo/Mouse.git] / t / 030_roles / 009_more_role_edge_cases.t
index 1849496..19b833e 100644 (file)
@@ -1,10 +1,13 @@
 #!/usr/bin/perl
+# This is automatically generated by author/import-moose-test.pl.
+# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!!
+use t::lib::MooseCompat;
 
 use strict;
 use warnings;
-use Test::More tests => 74;
-use Test::Exception;
 
+use Test::More;
+use Test::Exception;
 
 
 {
@@ -253,3 +256,5 @@ use Test::Exception;
         is( eval { $class->method }, "concrete b", "provided by concrete b" );
     }
 }
+
+done_testing;