File::Find pod: fix link issue
authorKarl Williamson <public@khwilliamson.com>
Sat, 18 Jun 2011 20:34:55 +0000 (14:34 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 21 Jun 2011 13:59:02 +0000 (07:59 -0600)
lib/File/Find.pm
t/porting/known_pod_issues.dat

index cdcf97e..f2fe20b 100644 (file)
@@ -3,7 +3,7 @@ use 5.006;
 use strict;
 use warnings;
 use warnings::register;
-our $VERSION = '1.19';
+our $VERSION = '1.20';
 require Exporter;
 require Cwd;
 
@@ -114,7 +114,7 @@ Causes symbolic links to be followed. Since directory trees with symbolic
 links (followed) may contain files more than once and may even have
 cycles, a hash has to be built up with an entry for each file.
 This might be expensive both in space and time for a large
-directory tree. See I<follow_fast> and I<follow_skip> below.
+directory tree. See L</follow_fast> and L</follow_skip> below.
 If either I<follow> or I<follow_fast> is in effect:
 
 =over 6
index dda9878..708630b 100644 (file)
@@ -345,7 +345,6 @@ lib/extutils/embed.pm       Verbatim line length including indents exceeds 80 by    2
 lib/extutils/xssymset.pm       Verbatim line length including indents exceeds 80 by    1
 lib/file/basename.pm   ? Should you be using L<...> instead of 1
 lib/file/basename.pm   Verbatim line length including indents exceeds 80 by    2
-lib/file/find.pm       ? Should you be using L<...> instead of 1
 lib/file/find.pm       Verbatim line length including indents exceeds 80 by    1
 lib/getopt/std.pm      Verbatim line length including indents exceeds 80 by    1
 lib/perlio.pm  Verbatim line length including indents exceeds 80 by    2