warn if we aren't going to inline a constructor because one is already
[gitmo/Class-MOP.git] / xt / pod_coverage.t
index 1813993..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,8 @@ 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',
     ],
 
     'Class::MOP::Instance' => [