[Rt-commit] rt branch, 4.2/test-non-lib-pod, created. rt-4.2.3-25-gde28429
Kevin Falcone
falcone at bestpractical.com
Fri Mar 7 13:03:57 EST 2014
The branch, 4.2/test-non-lib-pod has been created
at de284296cf1402ede515ae4bda1532a25c6708e8 (commit)
- Log -----------------------------------------------------------------
commit de284296cf1402ede515ae4bda1532a25c6708e8
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