X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F010_self_introspection.t;h=9f5d9f230d6e6fd034614dbd0db37530bbc7d848;hb=96ceced87583646c1396bba4fdfa92d0b6c37058;hp=226907b1153764f57142ff6848a6f4a0298ca467;hpb=a4258ffd7a0a2bb8db5f01936068185d4f879b1a;p=gitmo%2FClass-MOP.git diff --git a/t/010_self_introspection.t b/t/010_self_introspection.t index 226907b..9f5d9f2 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 => 124; +use Test::More tests => 126; use Test::Exception; BEGIN { @@ -35,7 +35,8 @@ my @methods = qw( superclasses class_precedence_list has_method get_method add_method remove_method alias_method - get_method_list compute_all_applicable_methods find_all_methods_by_name + get_method_list compute_all_applicable_methods + find_all_methods_by_name find_next_method_by_name add_before_method_modifier add_after_method_modifier add_around_method_modifier