[Rt-commit] rt branch, 4.0/test-non-lib-pod, created. rt-4.0.19-47-g41f9505

Kevin Falcone falcone at bestpractical.com
Fri Mar 7 13:30:59 EST 2014


The branch, 4.0/test-non-lib-pod has been created
        at  41f9505deb76969de7e63011076bb34b844eb1f7 (commit)

- Log -----------------------------------------------------------------
commit 41f9505deb76969de7e63011076bb34b844eb1f7
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Mar 7 12:54:56 2014 -0500

    all_pod_files_ok only checked lib/
    
    We have pod in lots of places.  Rather than catching our mistakes after
    we podify things for docs.bestpractical.com, yell loudly when we screw
    up RT_Config.pm or bin/rt-mailgate's pod too.

diff --git a/t/pod.t b/t/pod.t
index d11a497..697a30b 100644
--- a/t/pod.t
+++ b/t/pod.t
@@ -4,4 +4,4 @@ use warnings;
 use Test::More;
 eval "use Test::Pod 1.14";
 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
-all_pod_files_ok();
+all_pod_files_ok( all_pod_files("lib","docs","etc","bin","sbin"));

-----------------------------------------------------------------------


More information about the rt-commit mailing list