docs for CMOP::Method::Constructor
[gitmo/Class-MOP.git] / xt / pod_coverage.t
index 1db4714..c63c4a7 100644 (file)
@@ -73,6 +73,15 @@ my %trustme = (
             initialize_body
             )
     ],
+
+    'Class::MOP::Method::Accessor' => [
+        qw( attributes
+            generate_constructor_method
+            generate_constructor_method_inline
+            initialize_body
+            meta_instance
+            )
+    ],
 );
 
 for my $module ( sort @modules ) {