X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fpodcoverage.t;h=f67a2f0f80634c9bafb9d9d1b306f3ba58e83ee4;hb=10419db5494d63347dd0f799f8af23d6d3440f62;hp=caaeca4b333d26d62e085aa2bc7709df215b1999;hpb=db29433c74a98967f61f117bd508c06055db2892;p=dbsrgits%2FDBIx-Class.git diff --git a/xt/podcoverage.t b/xt/podcoverage.t index caaeca4..f67a2f0 100644 --- a/xt/podcoverage.t +++ b/xt/podcoverage.t @@ -42,6 +42,11 @@ my $exceptions = { mk_classaccessor /] }, + 'DBIx::Class::Carp' => { + ignore => [qw/ + unimport + /] + }, 'DBIx::Class::Row' => { ignore => [qw/ MULTICREATE_DEBUG @@ -144,6 +149,9 @@ my $exceptions = { # skipped because the synopsis covers it clearly 'DBIx::Class::InflateColumn::File' => { skip => 1 }, + +# internal subclass, nothing to POD + 'DBIx::Class::ResultSet::Pager' => { skip => 1 }, }; my $ex_lookup = {};