X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fpodcoverage.t;h=c6315768d40b37fa1c57551ad47eab55bd0bbcdb;hb=906c03556a6c5584b3f2f18eb7501cc4c48704a1;hp=71ec4de495c71b530aa0208a50eb0e57e6cbe87d;hpb=47589465c9677bec08eff05300ec921d91ad25d2;p=dbsrgits%2FDBIx-Class.git diff --git a/xt/podcoverage.t b/xt/podcoverage.t index 71ec4de..c631576 100644 --- a/xt/podcoverage.t +++ b/xt/podcoverage.t @@ -3,7 +3,7 @@ use strict; use Test::More; use List::Util 'first'; -use lib qw(t/lib .generated_pod); +use lib qw(t/lib maint/.Generated_Pod/lib); use DBICTest; use namespace::clean; @@ -47,11 +47,6 @@ my $exceptions = { MULTICREATE_DEBUG /], }, - 'DBIx::Class::Storage::TxnScopeGuard' => { - ignore => [qw/ - IS_BROKEN_PERL - /], - }, 'DBIx::Class::FilterColumn' => { ignore => [qw/ new