Add test plan, tidy, and add test descriptions
[gitmo/Class-MOP.git] / t / 200_Class_C3_compatibility.t
index 481b56e..402fb8d 100644 (file)
@@ -1,9 +1,7 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
-use Test::More tests => 8;
+use Test::More tests => 7;
 
 =pod
 
@@ -13,8 +11,7 @@ approach to method resolution.
 
 =cut
 
-BEGIN {
-    use_ok('Class::MOP');  
+BEGIN {use Class::MOP;  
 }
 
 {