X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=xt%2Fpodcoverage.t;h=f67a2f0f80634c9bafb9d9d1b306f3ba58e83ee4;hp=be4bbbb98969168287bc6fdb52338c062a0f5351;hb=cd1228209f685767668163c2510723959951641b;hpb=e8885a53b047e70baa425a6ed631cd5f97bf2195 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 = {};