Some test/doc issues ferreted out by fixing my Class::MOP install (stevan++)
[gitmo/Class-MOP.git] / t / 010_self_introspection.t
index 92b7c63..2c9e9a7 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 203;
+use Test::More tests => 205;
 use Test::Exception;
 
 BEGIN {
@@ -60,6 +60,7 @@ my @class_mop_class_methods = qw(
     instance_metaclass get_meta_instance
     new_object clone_object
     construct_instance construct_class_instance clone_instance
+    rebless_instance
     check_metaclass_compatability
 
     attribute_metaclass method_metaclass