In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/b9960264f6637c549cca0447e07b24da980f4671?hp=610c7be4992773c28dd53d2c32d1db95d557fc8b>

- Log -----------------------------------------------------------------
commit b9960264f6637c549cca0447e07b24da980f4671
Author: Father Chrysostomos <[email protected]>
Date:   Tue Aug 14 18:13:36 2012 -0700

    Add Joaquin Ferrero to AUTHORS

M       AUTHORS

commit ad9a4fca23cf8237a3ef1e71f3784d0fd96f5fbc
Author: Joaquin Ferrero <[email protected]>
Date:   Tue Aug 14 18:12:54 2012 -0700

    perlvar.pod, line 1337, bad filehandle

M       pod/perlvar.pod
-----------------------------------------------------------------------

Summary of changes:
 AUTHORS         |    1 +
 pod/perlvar.pod |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index d0e8b1b..dc6ac3f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -536,6 +536,7 @@ Jim Richardson
 Jim Schneider                  <[email protected]>
 Jirka HruÅ¡ka                  <[email protected]>
 Joachim Huober
+Joaquin Ferrero                        <[email protected]>
 Jochen Wiedmann                        <[email protected]>
 Jody Belka                     <[email protected]>
 Joe Buehler                    <[email protected]>
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index e588cd5..69e18ce 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -1342,7 +1342,7 @@ referenced integer.  So this:
     open my $fh, "<", $myfile or die $!;
     local $_ = <$fh>;
 
-will read a record of no more than 32768 bytes from FILE.  If you're
+will read a record of no more than 32768 bytes from $fh.  If you're
 not reading from a record-oriented file (or your OS doesn't have
 record-oriented files), then you'll likely get a full chunk of data
 with every read.  If a record is larger than the record size you've

--
Perl5 Master Repository

Reply via email to