Change 33333 by [EMAIL PROTECTED] on 2008/02/18 16:16:09

        Subject: [PATCH] was RE: [PATCH] re patch 33127: formatting for C<<{ 
bydepth => 1 }>>
        From: "Robin Barker" <[EMAIL PROTECTED]>
        Date: Mon, 18 Feb 2008 15:47:42 -0000
        Message-ID: <[EMAIL PROTECTED]>
        
        plus another POD fix found by podchecker

Affected files ...

... //depot/perl/lib/File/Find.pm#93 edit

Differences ...

==== //depot/perl/lib/File/Find.pm#93 (text) ====
Index: perl/lib/File/Find.pm
--- perl/lib/File/Find.pm#92~33127~     2008-01-30 08:38:27.000000000 -0800
+++ perl/lib/File/Find.pm       2008-02-18 08:16:09.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 =E<gt> 1 }> in the first argument of C<find()>.
+specifying C<< { bydepth => 1 } >> in the first argument of C<find()>.
 
 =item C<preprocess>
 
@@ -241,7 +241,7 @@
               /etc/x             /etc              /etc/x
 
 
-When <follow> or <follow_fast> are in effect, there is
+When C<follow> or C<follow_fast> are in effect, there is
 also a C<$File::Find::fullname>.  The function may set
 C<$File::Find::prune> to prune the tree unless C<bydepth> was
 specified.  Unless C<follow> or C<follow_fast> is specified, for
End of Patch.

Reply via email to