[Bast-commits] r3621 - DBIx-Class/0.08/branches/jdbicompat/t/jdbi-t

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Sat Jul 28 12:46:42 GMT 2007


Author: matthewt
Date: 2007-07-28 12:46:42 +0100 (Sat, 28 Jul 2007)
New Revision: 3621

Modified:
   DBIx-Class/0.08/branches/jdbicompat/t/jdbi-t/pod-coverage.t
Log:
disabled pod coverage for the mo since DBIC has its own with appropriate skips

Modified: DBIx-Class/0.08/branches/jdbicompat/t/jdbi-t/pod-coverage.t
===================================================================
--- DBIx-Class/0.08/branches/jdbicompat/t/jdbi-t/pod-coverage.t	2007-07-28 11:45:01 UTC (rev 3620)
+++ DBIx-Class/0.08/branches/jdbicompat/t/jdbi-t/pod-coverage.t	2007-07-28 11:46:42 UTC (rev 3621)
@@ -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




More information about the Bast-commits mailing list