Class::MOP - lots of knot tying, this should make subclassing more reliable and strai...
[gitmo/Class-MOP.git] / t / 030_method.t
index b0d4923..82b19bb 100644 (file)
@@ -7,6 +7,7 @@ use Test::More no_plan => 1;
 use Test::Exception;
 
 BEGIN {
+    use_ok('Class::MOP');    
     use_ok('Class::MOP::Method');
 }