more method modifier stuff
[gitmo/Class-MOP.git] / t / 010_self_introspection.t
index c8308b6..d5dafa9 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 118;
+use Test::More tests => 120;
 use Test::Exception;
 
 BEGIN {
@@ -37,6 +37,8 @@ my @methods = qw(
     has_method get_method add_method remove_method alias_method
     get_method_list compute_all_applicable_methods find_all_methods_by_name
     
+       add_method_modifier
+
     has_attribute get_attribute add_attribute remove_attribute
     get_attribute_list get_attribute_map compute_all_applicable_attributes