]> git.donarmstrong.com Git - debbugs.git/commitdiff
properly test pod files
authorDon Armstrong <don@donarmstrong.com>
Tue, 12 Mar 2013 21:21:16 +0000 (14:21 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 12 Mar 2013 21:21:16 +0000 (14:21 -0700)
t/01_pod.t

index 1d7c4228ab6ca5492c7bf364b072a0d6d059e11c..8fb590fcd65d1f2b6e8503820a354860cf62530b 100644 (file)
@@ -2,4 +2,4 @@
 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_ok(all_pod_files('.'));