The following commit has been merged in the master branch:
commit 7b947e6d42189ce2c932aaa9c7d353ad6084550f
Author: Niels Thykier <[email protected]>
Date:   Sat Apr 20 14:13:32 2013 +0200

    t/scripts/pod.t: Also check the pod files in doc/
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/t/scripts/pod.t b/t/scripts/pod.t
index a5fb55b..fc0b26d 100755
--- a/t/scripts/pod.t
+++ b/t/scripts/pod.t
@@ -8,4 +8,6 @@ use warnings;
 use Test::More;
 eval 'use Test::Pod 1.00';
 plan skip_all => 'Test::Pod 1.00 required for testing POD' if $@;
-all_pod_files_ok(all_pod_files("$ENV{LINTIAN_ROOT}/lib"));
+all_pod_files_ok(all_pod_files("$ENV{LINTIAN_ROOT}/lib",
+                               "$ENV{'LINTIAN_ROOT'}/doc/tutorial"));
+

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to