From: Shawn M Moore Date: Mon, 14 Jan 2008 02:20:39 +0000 (+0000) Subject: Some test/doc issues ferreted out by fixing my Class::MOP install (stevan++) X-Git-Tag: 0_51^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5fdf066d58008b9e3ceddf2f55001c6cf28d8791;p=gitmo%2FClass-MOP.git Some test/doc issues ferreted out by fixing my Class::MOP install (stevan++) --- diff --git a/lib/Class/MOP/Instance.pm b/lib/Class/MOP/Instance.pm index 2da9b3c..baac84b 100644 --- a/lib/Class/MOP/Instance.pm +++ b/lib/Class/MOP/Instance.pm @@ -288,6 +288,8 @@ require that the C<$instance_structure> is passed into them. =item B +=item B + =back =head2 Inlineable Instance Operations diff --git a/t/010_self_introspection.t b/t/010_self_introspection.t index 92b7c63..2c9e9a7 100644 --- a/t/010_self_introspection.t +++ b/t/010_self_introspection.t @@ -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