[Catalyst-commits] r9423 - in trunk/Catalyst-Plugin-Server: . t

kane at dev.catalyst.perl.org kane at dev.catalyst.perl.org
Wed Mar 4 11:34:28 GMT 2009


Author: kane
Date: 2009-03-04 11:34:28 +0000 (Wed, 04 Mar 2009)
New Revision: 9423

Modified:
   trunk/Catalyst-Plugin-Server/
   trunk/Catalyst-Plugin-Server/t/991_pod_coverage.t
Log:
 r6096 at myriad-wifi:  kane | 2009-03-04 12:33:37 +0100
 * fix pod coverage tests



Property changes on: trunk/Catalyst-Plugin-Server
___________________________________________________________________
Name: svk:merge
   - e5869dfe-760d-0410-9433-71cdb9993b4e:/local/Catalyst-Plugin-Server:7854
   + 8a9521aa-ff93-41d6-9f87-b05cafcdab40:/local/cat/Catalyst-Plugin-Server:6096
e5869dfe-760d-0410-9433-71cdb9993b4e:/local/Catalyst-Plugin-Server:7854

Modified: trunk/Catalyst-Plugin-Server/t/991_pod_coverage.t
===================================================================
--- trunk/Catalyst-Plugin-Server/t/991_pod_coverage.t	2009-03-04 03:03:29 UTC (rev 9422)
+++ trunk/Catalyst-Plugin-Server/t/991_pod_coverage.t	2009-03-04 11:34:28 UTC (rev 9423)
@@ -1,4 +1,4 @@
-use Test::More;
+use Test::More 'no_plan';
 
 BEGIN {
     chdir 't' if -d 't';
@@ -9,4 +9,8 @@
 plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
 plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
 
-all_pod_coverage_ok();
+### XXX this looks in lib/, and that translates to t/lib, which is the
+### wrong dir. So we find our modules explicitly
+#all_pod_coverage_ok();
+
+pod_coverage_ok( $_ ) for all_modules( '../lib' );




More information about the Catalyst-commits mailing list