Comment why each of the RETURNING clauses have their own method
[dbsrgits/SQL-Abstract.git] / xt / 91podcoverage.t
index a5a463b..3c02c82 100644 (file)
@@ -23,12 +23,12 @@ my @modules = sort { $a cmp $b } ( Test::Pod::Coverage::all_modules() );
 #   ignore => array ref containing list of methods which
 #             do not need to be documented.
 my $exceptions = {
-    'SQL::Abstract' => {
-        ignore => [
-            qw/belch
-              puke/
-        ]
-    },
+    'SQL::Abstract' => { ignore => [qw(
+      belch
+      puke
+      DETECT_AUTOGENERATED_STRINGIFICATION
+    )]},
+    'SQL::Abstract::Tree' => { ignore => [qw(BUILDARGS)] },
     'SQL::Abstract::Test' => { skip => 1 },
     'DBIx::Class::Storage::Debug::PrettyPrint' => { skip => 1 },
 };