X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fpodcoverage.t;h=ba30f3180f1b68e20470b31b17944849c81adb47;hb=1f870d5a08fa1794734380d7c8bd6753cdcf8f6d;hp=7f4566598ab5f534e8d48e60ea7644c0607ba9f6;hpb=d5dedbd62928f65a9071b4d9b6d56c6b663a073b;p=dbsrgits%2FDBIx-Class.git diff --git a/xt/podcoverage.t b/xt/podcoverage.t index 7f45665..ba30f31 100644 --- a/xt/podcoverage.t +++ b/xt/podcoverage.t @@ -8,7 +8,7 @@ use DBICTest; use namespace::clean; # Don't run tests for installs -unless ( DBICTest::AuthorCheck->is_author || $ENV{AUTOMATED_TESTING} || $ENV{RELEASE_TESTING} ) { +if ( DBICTest::RunMode->is_plain ) { plan( skip_all => "Author tests not required for installation" ); } @@ -47,6 +47,11 @@ my $exceptions = { MULTICREATE_DEBUG /], }, + 'DBIx::Class::Storage::TxnScopeGuard' => { + ignore => [qw/ + IS_BROKEN_PERL + /], + }, 'DBIx::Class::FilterColumn' => { ignore => [qw/ new