diff options
author | Christopher J. Madsen <perl@cjmweb.net> | 2012-04-05 06:17:13 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-04-05 06:17:13 -0700 |
commit | ef85823ec1705b3aa9728c7fd2f314fa81c21ce9 (patch) | |
tree | 7fb9cef4279365dac853793d24a315bdb8ff566f /pod | |
parent | 894ea76b1f298c94bba681c05aacda756c876245 (diff) | |
download | perl-ef85823ec1705b3aa9728c7fd2f314fa81c21ce9.tar.gz |
[perl #112248] Fix typos in perl515*delta
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl5150delta.pod | 2 | ||||
-rw-r--r-- | pod/perl5153delta.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl5150delta.pod b/pod/perl5150delta.pod index 4966207c1d..c9f216c4a7 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 59b8b11a1a..01762f3481 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 |