wrap_method_body is in Package now
Shawn M Moore [Sun, 12 Jul 2009 23:20:40 +0000 (19:20 -0400)]
xt/author/pod_coverage.t

index 5f0b6b1..d69fc84 100644 (file)
@@ -41,7 +41,6 @@ my %trustme = (
         'get_immutable_options',
         'reset_package_cache_flag',
         'update_package_cache_flag',
-        'wrap_method_body',
 
         # doc'd with rebless_instance
         'rebless_instance_away',
@@ -89,6 +88,7 @@ my %trustme = (
             )
     ],
     'Class::MOP::Module' => ['create'],
+    'Class::MOP::Package' => ['wrap_method_body'],
 );
 
 for my $module ( sort @modules ) {