From: Étienne BERSAC Date: Fri, 8 Sep 2017 07:30:07 +0000 (+0200) Subject: Check pod syntax X-Git-Tag: v10.0~37^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bb2ef1afcbc3858114b40ffe66d96d19538f7fe;p=pgbadger Check pod syntax --- diff --git a/t/syntax.t b/t/lint.t similarity index 56% rename from t/syntax.t rename to t/lint.t index 82d3e1a..b0aa9df 100755 --- a/t/syntax.t +++ b/t/lint.t @@ -3,3 +3,7 @@ @test "PERL syntax check" { perl -c pgbadger } + +@test "pod syntax check" { + podchecker doc/*.pod +}