X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fpodcoverage.t;h=cdab30d01c05c1ae35b96de44f9ecd11bf8234ac;hb=35f5c265f7114c98663ac471e54b4ea9e34b3f37;hp=8c9132e8c701c948b59126786ef03c2d37b6f198;hpb=39c9c72df61c84b595715e3d164bacc0b8e68439;p=dbsrgits%2FDBIx-Class.git diff --git a/xt/podcoverage.t b/xt/podcoverage.t index 8c9132e..cdab30d 100644 --- a/xt/podcoverage.t +++ b/xt/podcoverage.t @@ -47,6 +47,11 @@ my $exceptions = { MULTICREATE_DEBUG /], }, + 'DBIx::Class::Storage::TxnScopeGuard' => { + ignore => [qw/ + IS_BROKEN_PERL + /], + }, 'DBIx::Class::FilterColumn' => { ignore => [qw/ new @@ -65,6 +70,12 @@ my $exceptions = { resolve_prefetch /], }, + 'DBIx::Class::ResultSet' => { + ignore => [qw/ + STORABLE_freeze + STORABLE_thaw + /], + }, 'DBIx::Class::ResultSourceHandle' => { ignore => [qw/ schema @@ -117,6 +128,7 @@ my $exceptions = { # internals 'DBIx::Class::SQLMaker*' => { skip => 1 }, + 'DBIx::Class::SQLAHacks*' => { skip => 1 }, 'DBIx::Class::Storage::DBI*' => { skip => 1 }, 'SQL::Translator::*' => { skip => 1 },