Skip Moose::Error::Confess->new
Dave Rolsky [Mon, 18 Oct 2010 14:47:55 +0000 (09:47 -0500)]
xt/author/pod_coverage.t

index 866845f..34500ba 100644 (file)
@@ -15,6 +15,7 @@ my @modules = grep { !/Accessor::Native.*$/ } all_modules();
 plan tests => scalar @modules;
 
 my %trustme = (
+    'Moose::Error::Confess'  => ['new'],
     'Moose::Meta::Attribute' => [
         qw( interpolate_class
             throw_error
@@ -58,7 +59,7 @@ my %trustme = (
             )
     ],
     'Moose::Meta::Method::Destructor' => [ 'initialize_body', 'options' ],
-    'Moose::Meta::Method::Meta'       => [ 'wrap' ],
+    'Moose::Meta::Method::Meta'       => ['wrap'],
     'Moose::Meta::Role'               => [
         qw( alias_method
             get_method_modifier_list