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