X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F010_self_introspection.t;h=24572a5ed6eef5465c83525fb90547a25bd4128a;hb=be7677c7dd446a9fef66fab0f258f5c1826ecc90;hp=ec0533c237dfc7fcbb0181075aa825117e6f56d3;hpb=f0480c45f215203bc40abc794ac0c03622f02f1d;p=gitmo%2FClass-MOP.git diff --git a/t/010_self_introspection.t b/t/010_self_introspection.t index ec0533c..24572a5 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 => 189; +use Test::More tests => 183; use Test::Exception; BEGIN { @@ -50,8 +50,6 @@ my @class_mop_module_methods = qw( my @class_mop_class_methods = qw( meta - get_all_metaclasses get_all_metaclass_names get_all_metaclass_instances - initialize reinitialize create create_anon_class instance_metaclass get_meta_instance @@ -277,7 +275,8 @@ is_deeply( [ qw/ Class::MOP::Class Class::MOP::Module - Class::MOP::Package + Class::MOP::Package + Class::MOP::Object / ], '... Class::MOP::Class->class_precedence_list == [ Class::MOP::Class Class::MOP::Module Class::MOP::Package ]');