docs for MM::Method::Constructor.
[gitmo/Moose.git] / xt / pod_coverage.t
index 346ef02..c615dfc 100644 (file)
@@ -36,8 +36,16 @@ my %trustme = (
             generate_writer_method_inline
             )
     ],
-    'Moose::Meta::Method::Constructor' =>
-        [qw( initialize_body intialize_body)],
+    'Moose::Meta::Method::Constructor' => [
+        qw( attributes
+            generate_constructor_method
+            generate_constructor_method_inline
+            initialize_body
+            meta_instance
+            new
+            options
+            )
+    ],
     'Moose::Meta::Method::Destructor' => ['initialize_body'],
     'Moose::Role'                     => [
         qw( after