From ffeaebf289df7165d0a10c4270092a61b4c396a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amory=20Meltzer=20=E2=98=80?= Date: Wed, 30 Nov 2022 16:08:49 -0500 Subject: [PATCH] Fix link typo --- lib/Test/Pod.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Test/Pod.pm b/lib/Test/Pod.pm index dc3502c..12fb1e4 100644 --- a/lib/Test/Pod.pm +++ b/lib/Test/Pod.pm @@ -149,7 +149,7 @@ sub pod_file_ok { =head2 all_pod_files_ok( [@entries] ) Checks all the files under C<@entries> for valid POD. It runs -L on directories and assumes everything else to be a file to +L on directories and assumes everything else to be a file to be tested. It calls the C function for you (one test for each file), so you can't have already called C.