Codebase list libtest-pod-perl / ca9849a
Make the documentation use consistent terms Don't refer to the same thing as both a "Perl file" and a "POD file". Tom Hukins 6 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
190190 =head2 all_pod_files( [@dirs] )
191191 X<all_pod_files>
192192
193 Returns a list of all the Perl files in I<@dirs> and in directories below. If
193 Returns a list of all the POD files in I<@dirs> and in directories below. If
194194 no directories are passed, it defaults to F<blib> if F<blib> exists, or else
195195 F<lib> if not. Skips any files in F<CVS>, F<.svn>, F<.git> and similar
196196 directories. See C<%Test::Pod::ignore_dirs> for a list of them.
197197
198 A Perl file is:
198 A POD file is:
199199
200200 =over 4
201201