Change 34272 by [EMAIL PROTECTED] on 2008/09/05 13:57:08

        Subject: Add missing "a" to binmode documentation in perlfunc.pod
        From: Matt Kraai <[EMAIL PROTECTED]>
        Date: Thu, 4 Sep 2008 21:16:54 -0700
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/pod/perlfunc.pod#605 edit

Differences ...

==== //depot/perl/pod/perlfunc.pod#605 (text) ====
Index: perl/pod/perlfunc.pod
--- perl/pod/perlfunc.pod#604~34239~    2008-09-02 06:03:04.000000000 -0700
+++ perl/pod/perlfunc.pod       2008-09-05 06:57:08.000000000 -0700
@@ -525,7 +525,7 @@
 
 If LAYER is present it is a single string, but may contain multiple
 directives. The directives alter the behaviour of the file handle.
-When LAYER is present using binmode on text file makes sense.
+When LAYER is present using binmode on a text file makes sense.
 
 If LAYER is omitted or specified as C<:raw> the filehandle is made
 suitable for passing binary data. This includes turning off possible CRLF
End of Patch.

Reply via email to