From: Jerry D. Hedden Date: Thu, 26 Oct 2006 06:50:04 +0000 (-0700) Subject: Fix typo in File::Find POD X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b807ffce5a6398cd7b6fcdae69415758b115ceaa;p=p5sagit%2Fp5-mst-13.2.git Fix typo in File::Find POD From: "Jerry D. Hedden" Message-ID: <20061026135004.79720.qmail@web30211.mail.mud.yahoo.com> p4raw-id: //depot/perl@29115 --- diff --git a/lib/File/Find.pm b/lib/File/Find.pm index 864c207..77a4bab 100644 --- a/lib/File/Find.pm +++ b/lib/File/Find.pm @@ -56,7 +56,7 @@ C<&wanted> function on each file or subdirectory in the directory. finddepth(\&wanted, @directories); finddepth(\%options, @directories); -C works just like C except that is invokes the +C works just like C except that it invokes the C<&wanted> function for a directory I invoking it for the directory's contents. It does a postorder traversal instead of a preorder traversal, working from the bottom of the directory tree up