From: Matt S Trout Date: Sat, 28 Jul 2007 11:46:42 +0000 (+0000) Subject: disabled pod coverage for the mo since DBIC has its own with appropriate skips X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=727a90488237be950f454dbfb2763390ec02ae42;p=dbsrgits%2FDBIx-Class-Historic.git disabled pod coverage for the mo since DBIC has its own with appropriate skips --- diff --git a/t/jdbi-t/pod-coverage.t b/t/jdbi-t/pod-coverage.t index cd0d9e6..d49ddec 100644 --- a/t/jdbi-t/pod-coverage.t +++ b/t/jdbi-t/pod-coverage.t @@ -1,7 +1,8 @@ use DBIx::Class::JDBICompat; use Test::More; eval "use Test::Pod::Coverage 1.00"; -plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@; +plan skip_all => "not testing pod since it tries to test the DBIC pod as well"; +# original -- "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@; all_pod_coverage_ok( ); # Workaround for dumb bug (fixed in 5.8.7) where Test::Builder thinks that