X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2F91podcoverage.t;h=3c02c82647d48acb46683c171e3f1398dba4b6a0;hb=843a94b5a440baaea0b5cd7d751f8995a1657421;hp=427f0cb12ffc4c9adfee5f5887408af262088794;hpb=c54740ba9963ea408e5b8d0dd8e8cb8fc4886dc6;p=dbsrgits%2FSQL-Abstract.git diff --git a/xt/91podcoverage.t b/xt/91podcoverage.t index 427f0cb..3c02c82 100644 --- a/xt/91podcoverage.t +++ b/xt/91podcoverage.t @@ -23,12 +23,11 @@ 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 },