X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03podcoverage.t;h=8f2c0d64cb5ff5820e55fa6d1c6decd7c894ef30;hb=b20edc27c4f33ce5d8821fe0f5dc26610b085ccd;hp=aefceb2650f46642f775a42feccb202328fabc27;hpb=f498d8ddbc64dc69ba36ed4055df8611f8865b07;p=dbsrgits%2FDBIx-Class.git diff --git a/t/03podcoverage.t b/t/03podcoverage.t index aefceb2..8f2c0d6 100644 --- a/t/03podcoverage.t +++ b/t/03podcoverage.t @@ -2,7 +2,8 @@ use Test::More; eval "use Test::Pod::Coverage 1.04"; plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@; -plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD}; +plan skip_all => 'set TEST_POD to enable this test' + unless ($ENV{TEST_POD} || -e 'MANIFEST.SKIP'); my @modules = sort { $a cmp $b } (Test::Pod::Coverage::all_modules()); plan tests => scalar(@modules); @@ -21,7 +22,13 @@ my $exceptions = { ignore => [ qw/MODIFY_CODE_ATTRIBUTES component_base_class - mk_classdata/ + mk_classdata + mk_classaccessor/ + ] + }, + 'DBIx::Class::Storage' => { + ignore => [ + qw(cursor) ] }, 'DBIx::Class::CDBICompat::AccessorMapping' => { skip => 1 },