X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F010_self_introspection.t;h=2c9e9a77283c291e3b8d9d55d521ed3bdbbe9b7a;hb=10dd437b9a873b2fcbe64d908fcad09546480fd4;hp=1ca00811d59fa507a30e3798b1cd93b3c9e8f659;hpb=b7bdffc385af1765c710357109b620b93ff14eae;p=gitmo%2FClass-MOP.git diff --git a/t/010_self_introspection.t b/t/010_self_introspection.t index 1ca0081..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 => 197; +use Test::More tests => 205; use Test::Exception; BEGIN { @@ -51,17 +51,21 @@ my @class_mop_class_methods = qw( meta initialize reinitialize create + + update_package_cache_flag + reset_package_cache_flag create_anon_class is_anon_class 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 - superclasses class_precedence_list linearized_isa + superclasses subclasses class_precedence_list linearized_isa has_method get_method add_method remove_method alias_method get_method_list get_method_map compute_all_applicable_methods