INN commit: branches/2.6/tests/docs (pod.t.in)

INN Commit rra at isc.org
Sat Nov 21 09:21:46 UTC 2020


    Date: Saturday, November 21, 2020 @ 01:21:46
  Author: iulius
Revision: 10414

Fix spurious errors when verifying POD syntax

Exclude the directory of the test suite.

Modified:
  branches/2.6/tests/docs/pod.t.in

----------+
 pod.t.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: pod.t.in
===================================================================
--- pod.t.in	2020-11-21 09:15:14 UTC (rev 10413)
+++ pod.t.in	2020-11-21 09:21:46 UTC (rev 10414)
@@ -77,8 +77,8 @@
 ## no critic (TestingAndDebugging::ProhibitNoWarnings)
 ## no critic (Variables::ProhibitPackageVars)
 {
-    no warnings 'once';
     $Test::Pod::ignore_dirs{'.libs'} = 'libraries';
+    $Test::Pod::ignore_dirs{'tests'} = 'test suite';
 }
 ## use critic
 



More information about the inn-committers mailing list