In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/2c4188f3fe3f46d4ebe3f23a094a7cf96ebe87f1?hp=262514fd94937b2626a85fe69718d557de10d6c9>

- Log -----------------------------------------------------------------
commit 2c4188f3fe3f46d4ebe3f23a094a7cf96ebe87f1
Author: Steven Humphrey <catchp...@33k.co.uk>
Date:   Tue Sep 20 12:42:39 2016 +0100

    Fix typo in perlrun.pod
    
    s/and/any/
    perl -c documentation has a typo when talking about BEGIN blocks.
    
    Steven Humphrey is now a Perl author.
    
    For: RT #129313
-----------------------------------------------------------------------

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

diff --git a/AUTHORS b/AUTHORS
index d1b87fc..818a359 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1154,6 +1154,7 @@ Steve Purkis                      
<steve.pur...@multimap.com>
 Steve Vinoski
 Stevan Little                  <ste...@cpan.org>
 Steven Hirsch                  <hirs...@btv.ibm.com>
+Steven Humphrey                        <catchp...@33k.co.uk>
 Steven Knight                  <kni...@theopera.baldmt.citilink.com>
 Steven Morlock                 <newsp...@morlock.net>
 Steven N. Hirsch               <hirs...@stargate.btv.ibm.com>
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index 12cba35..9d59a6a 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -345,7 +345,7 @@ You can also use binmode() to set the encoding of an I/O 
stream.
 X<-c>
 
 causes Perl to check the syntax of the program and then exit without
-executing it.  Actually, it I<will> execute and C<BEGIN>, C<UNITCHECK>,
+executing it.  Actually, it I<will> execute any C<BEGIN>, C<UNITCHECK>,
 or C<CHECK> blocks and any C<use> statements: these are considered as
 occurring outside the execution of your program.  C<INIT> and C<END>
 blocks, however, will be skipped.

--
Perl5 Master Repository

Reply via email to