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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Dec 20 23:24:12 UTC 2008


Author: dmn
Date: Sat Dec 20 23:24:09 2008
New Revision: 28438

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28438
Log:
typo + better text in t/pod-coverage

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=28438&op=diff
==============================================================================
--- trunk/dh-make-perl/t/pod-coverage.t (original)
+++ trunk/dh-make-perl/t/pod-coverage.t Sat Dec 20 23:24:09 2008
@@ -14,7 +14,7 @@
 eval "use Pod::Coverage $min_pc";
 plan skip_all => "Pod::Coverage $min_pc required for testing POD coverage"
     if $@;
-plan skip_all => "POD coverage is not full. set TEST_POD_COVERAGE if you ant to see how."
+plan skip_all => "POD coverage is not full. set TEST_POD_COVERAGE if you want to see what is missing."
     unless $ENV{TEST_POD_COVERAGE};
 
 all_pod_coverage_ok( { coverage_class => 'Pod::Coverage::CountParents' } );




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