0.06 release
[gitmo/Class-MOP.git] / t / 010_self_introspection.t
index 1d68927..dea1f47 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 113;
+use Test::More tests => 115;
 use Test::Exception;
 
 BEGIN {
@@ -21,6 +21,7 @@ my @methods = qw(
     
     new_object clone_object
     construct_instance construct_class_instance clone_instance
+    check_metaclass_compatability
     
     name version