develooper Front page | perl.perl5.porters | Postings from April 2012

[perl #112248] [PATCH] Fix typos in perl515*delta

From:
Father Chrysostomos via RT
Date:
April 5, 2012 06:23
Subject:
[perl #112248] [PATCH] Fix typos in perl515*delta
Message ID:
rt-3.6.HEAD-4610-1333632217-462.112248-15-0@perl.org
On Wed Apr 04 11:49:35 2012, cjm wrote:
> ---
>  pod/perl5150delta.pod |    2 +-
>  pod/perl5153delta.pod |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/pod/perl5150delta.pod b/pod/perl5150delta.pod
> index 4966207..c9f216c 100644
> --- a/pod/perl5150delta.pod
> +++ b/pod/perl5150delta.pod
> @@ -90,7 +90,7 @@ deleted entirely.
>  
>  =head2 C<$$> no longer caches PID
>  
> -Previously, if one embeds Perl or uses XS and calls fork(3) from C, Perls
> +Previously, if one embeds Perl or uses XS and calls fork(3) from C,
Perl's
>  notion of C<$$> could go out of sync with what getpid() returns. By
always
>  fetching the value of C<$$> via getpid(), this potential bug is
eliminated.
>  Code that depends on the caching behavior will break.  As described in
> diff --git a/pod/perl5153delta.pod b/pod/perl5153delta.pod
> index 59b8b11..01762f3 100644
> --- a/pod/perl5153delta.pod
> +++ b/pod/perl5153delta.pod
> @@ -87,7 +87,7 @@ worked for a long time anyway.
>  =head2 Weakening read-only references
>  
>  Weakening read-only references is no longer permitted.  It should never
> -hove worked anyway, and in some cases could result in crashes.
> +have worked anyway, and in some cases could result in crashes.
>  
>  =head1 Modules and Pragmata

Thank you.  I have applied it as ef85823ec1705b3a, taking the liberty of
apply it to Porting/perl5160delta.pod as well.

-- 

Father Chrysostomos


---
via perlbug:  queue: perl5 status: new
https://rt.perl.org:443/rt3/Ticket/Display.html?id=112248



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About