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.