diff options
author | Dan Jacobson <jidanni@hoffa.dreamhost.com> | 2009-03-25 08:09:05 -0500 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2009-03-25 08:09:05 -0500 |
commit | 9b33fb8e6c642ded0db0a0bb8945dd083127b56f (patch) | |
tree | 2285cfc08806ccd64d712c700c6578af7f3c8904 /lib/File | |
parent | 3d4382850300c498d5f4a81fdec29a4a557840bd (diff) | |
download | perl-9b33fb8e6c642ded0db0a0bb8945dd083127b56f.tar.gz |
Add SEE ALSO's to find2perl and File::Find.
Diffstat (limited to 'lib/File')
-rw-r--r-- | lib/File/Find.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/File/Find.pm b/lib/File/Find.pm index 641e420776..eddedbd354 100644 --- a/lib/File/Find.pm +++ b/lib/File/Find.pm @@ -411,6 +411,10 @@ File::Find used to produce incorrect results if called recursively. During the development of perl 5.8 this bug was fixed. The first fixed version of File::Find was 1.01. +=head1 SEE ALSO + +find, find2perl. + =cut our @ISA = qw(Exporter); |