X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fpodcoverage.t;h=f67a2f0f80634c9bafb9d9d1b306f3ba58e83ee4;hb=cd1228209f685767668163c2510723959951641b;hp=be4bbbb98969168287bc6fdb52338c062a0f5351;hpb=70c288086248e5a4008490df22a56632341f2473;p=dbsrgits%2FDBIx-Class.git diff --git a/xt/podcoverage.t b/xt/podcoverage.t index be4bbbb..f67a2f0 100644 --- a/xt/podcoverage.t +++ b/xt/podcoverage.t @@ -149,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 = {};