r28051 - /trunk/dh-make-perl/t/pod-coverage.t

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Dec 11 08:09:47 UTC 2008


Author: dmn
Date: Thu Dec 11 08:09:44 2008
New Revision: 28051

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28051
Log:
pod-coverate.t: attempt to chain parent class docs

Modified:
    trunk/dh-make-perl/t/pod-coverage.t

Modified: trunk/dh-make-perl/t/pod-coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/pod-coverage.t?rev=28051&op=diff
==============================================================================
--- trunk/dh-make-perl/t/pod-coverage.t (original)
+++ trunk/dh-make-perl/t/pod-coverage.t Thu Dec 11 08:09:44 2008
@@ -17,4 +17,4 @@
 plan skip_all => "POD coverage is not full. set TEST_POD_COVERAGE if you ant to see how."
     unless $ENV{TEST_POD_COVERAGE};
 
-all_pod_coverage_ok();
+all_pod_coverage_ok( { coverage_class => 'Pod::Coverage::CountParents' } );




More information about the Pkg-perl-cvs-commits mailing list