From: Dave Rolsky Date: Thu, 26 Mar 2009 17:53:24 +0000 (-0500) Subject: Add new method X-Git-Tag: 0.79~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9f363af3c2b3dc71843128852413558e6d0353b9;p=gitmo%2FClass-MOP.git Add new method --- diff --git a/t/010_self_introspection.t b/t/010_self_introspection.t index 2328b17..b9b7e8b 100644 --- a/t/010_self_introspection.t +++ b/t/010_self_introspection.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More tests => 248; +use Test::More tests => 250; use Test::Exception; use Class::MOP; @@ -58,7 +58,7 @@ my @class_mop_class_methods = qw( instance_metaclass get_meta_instance create_meta_instance new_object clone_object construct_instance construct_class_instance clone_instance - rebless_instance + rebless_instance rebless_instance_away check_metaclass_compatibility add_meta_instance_dependencies remove_meta_instance_dependencies update_meta_instance_dependencies