Change 33127 by [EMAIL PROTECTED] on 2008/01/30 16:38:27
Formatting for C<<{ bydepth => 1 }>> doesn't seem to be working
right in the manpage.
Affected files ...
... //depot/perl/lib/File/Find.pm#92 edit
Differences ...
==== //depot/perl/lib/File/Find.pm#92 (text) ====
Index: perl/lib/File/Find.pm
--- perl/lib/File/Find.pm#91~32176~ 2007-10-22 20:43:02.000000000 -0700
+++ perl/lib/File/Find.pm 2008-01-30 08:38:27.000000000 -0800
@@ -84,7 +84,7 @@
Reports the name of a directory only AFTER all its entries
have been reported. Entry point C<finddepth()> is a shortcut for
-specifying C<<{ bydepth => 1 }>> in the first argument of C<find()>.
+specifying C<{ bydepth =E<gt> 1 }> in the first argument of C<find()>.
=item C<preprocess>
End of Patch.