X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fpodcoverage.t;h=022e320aa3053e97a7e21aea2d25884a166ba929;hb=edcecdbbc22b3b819dfab5ac62ff65fd5cf6d9d1;hp=68165cb5fc5c26338ee50207ad5a33f84384403a;hpb=1b6fe47d369e84831a8a881813a53cca68694e72;p=dbsrgits%2FDBIx-Class.git diff --git a/xt/podcoverage.t b/xt/podcoverage.t index 68165cb..022e320 100644 --- a/xt/podcoverage.t +++ b/xt/podcoverage.t @@ -15,7 +15,7 @@ if ( DBICTest::RunMode->is_plain ) { require DBIx::Class; unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_podcoverage') ) { my $missing = DBIx::Class::Optional::Dependencies->req_missing_for ('test_podcoverage'); - $ENV{RELEASE_TESTING} || DBICTest::AuthorCheck->is_author + $ENV{RELEASE_TESTING} || DBICTest::RunMode->is_author ? die ("Failed to load release-testing module requirements: $missing") : plan skip_all => "Test needs: $missing" } @@ -68,6 +68,8 @@ my $exceptions = { resolve_condition resolve_join resolve_prefetch + STORABLE_freeze + STORABLE_thaw /], }, 'DBIx::Class::ResultSet' => {