merge trunk to pluggable errors
[gitmo/Moose.git] / t / 030_roles / 007_roles_and_req_method_edge_cases.t
index fa63489..9017f85 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 17;
+use Test::More tests => 15;
 use Test::Exception;
 
 =pod
@@ -16,15 +16,6 @@ are actually related to class construction order and
 not any real functionality.
 - SL
 
-=cut
-
-BEGIN {
-    use_ok('Moose');
-    use_ok('Moose::Role');    
-}
-
-=pod
-
 Role which requires a method implemented 
 in another role as an override (it does 
 not remove the requirement)