Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 030_roles / 033_role_exclusion_and_alias_bug.t
index 38a2016..c47b65c 100644 (file)
@@ -1,12 +1,10 @@
 #!/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;
+use Test::More tests => 17;
+use lib 't/lib';
 use Test::Mouse;
 
 {
@@ -69,4 +67,4 @@ use Test::Mouse;
     is($x->gorch, 'BAR', '... got the right value');
 }
 
-done_testing;
+