Ignore deprecated functons in Class::MOP
[gitmo/Class-MOP.git] / xt / author / pod_coverage.t
index 9f29d53..5f0b6b1 100644 (file)
@@ -14,7 +14,7 @@ my @modules = all_modules();
 plan tests => scalar @modules;
 
 my %trustme = (
-    'Class::MOP'            => ['HAVE_ISAREV'],
+    'Class::MOP' => [ 'HAVE_ISAREV', 'subname', 'in_global_destruction' ],
     'Class::MOP::Attribute' => ['process_accessors'],
     'Class::MOP::Class'     => [