Some test/doc issues ferreted out by fixing my Class::MOP install (stevan++) 0_51
Shawn M Moore [Mon, 14 Jan 2008 02:20:39 +0000 (02:20 +0000)]
lib/Class/MOP/Instance.pm
t/010_self_introspection.t

index 2da9b3c..baac84b 100644 (file)
@@ -288,6 +288,8 @@ require that the C<$instance_structure> is passed into them.
 
 =item B<strengthen_slot_value ($instance_structure, $slot_name)>
 
+=item B<rebless_instance_structure ($instance_structure, $new_metaclass)>
+
 =back
 
 =head2 Inlineable Instance Operations
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