Merge branch 'master' into renames-and-deprecations
[gitmo/Class-MOP.git] / xt / pod_coverage.t
index 81f5970..0897f59 100644 (file)
@@ -19,6 +19,7 @@ my %trustme = (
     'Class::MOP::Class'     => [
         # deprecated
         'alias_method',
+        'compute_all_applicable_attributes',
         'compute_all_applicable_methods',
 
         # unfinished feature
@@ -42,9 +43,6 @@ my %trustme = (
         'update_package_cache_flag',
         'wrap_method_body',
 
-        # doc'd under get_all_attributes
-        'compute_all_applicable_attributes',
-
         # doc'd with rebless_instance
         'rebless_instance_away',
     ],