[Bps-public-commit] r12304 - in Shipwright/trunk: t

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue May 13 13:14:31 EDT 2008


Author: sunnavy
Date: Tue May 13 13:14:31 2008
New Revision: 12304

Modified:
   Shipwright/trunk/   (props changed)
   Shipwright/trunk/t/pod-coverage.t

Log:
 r12351 at sunnavys-mb:  sunnavy | 2008-05-14 01:03:55 +0800
 run and options methods don't need doc, skip them for pod-coverage.t


Modified: Shipwright/trunk/t/pod-coverage.t
==============================================================================
--- Shipwright/trunk/t/pod-coverage.t	(original)
+++ Shipwright/trunk/t/pod-coverage.t	Tue May 13 13:14:31 2008
@@ -5,4 +5,4 @@
 
 eval "use Test::Pod::Coverage 1.04";
 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
-all_pod_coverage_ok();
+all_pod_coverage_ok( { trustme => [ qr/^(options|run)$/ ] });



More information about the Bps-public-commit mailing list