X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2F91podcoverage.t;h=3c02c82647d48acb46683c171e3f1398dba4b6a0;hb=60f3fd3f62543eeefdf2ec711b085e360fe89c6e;hp=a5a463b1264550d4ce9a64544d660355c0f23e0c;hpb=428975b0e646c0769d7eb530d4f52443471a9a9a;p=dbsrgits%2FSQL-Abstract.git diff --git a/xt/91podcoverage.t b/xt/91podcoverage.t index a5a463b..3c02c82 100644 --- a/xt/91podcoverage.t +++ b/xt/91podcoverage.t @@ -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 }, };