Don't do the use_ok test
Shawn M Moore [Mon, 22 Dec 2008 03:53:58 +0000 (03:53 +0000)]
t/000-recipes/001_point.t

index 23d5e8f..3a8bd33 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use Test::More;
 BEGIN {
     if (eval "require Class::Method::Modifiers; 1") {
-        plan tests => 58;
+        plan tests => 57;
     }
     else {
         plan skip_all => "Class::Method::Modifiers required for this test";
@@ -16,10 +16,6 @@ BEGIN {
 use Mouse::Util;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Mouse');           
-}
-
 {
        package Point;  
        use Mouse;