Class::MOP - lots of knot tying, this should make subclassing more reliable and strai...
[gitmo/Class-MOP.git] / t / 100_BinaryTree_test.t
index a7684eb..08e2945 100644 (file)
@@ -3,9 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 67;
+use Test::More tests => 68;
 
 BEGIN { 
+    use_ok('Class::MOP');    
     use_ok('t::lib::BinaryTree');
 }