Skip to content

Commit e96b722

Browse files
committed
podcheck t/test_pl.pod
podcheck normally excludes t/ but I do want t/test_pl.pod checked. Updating is_pod_file() to allow only this file seems more complex than just adding t/test_pl.pod afterwards, so just add it, just as t/porting/podcheck.t is added.
1 parent ee58f5e commit e96b722

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

t/porting/podcheck.t

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1817,6 +1817,9 @@ else { # No input files -- go find all the possibilities.
18171817
18181818
# Add ourselves to the test
18191819
push @files, "t/porting/podcheck.t";
1820+
1821+
# and the test.pl documentation
1822+
push @files, "t/test_pl.pod";
18201823
}
18211824
18221825
# Now we know how many tests there will be.

0 commit comments

Comments
 (0)