This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf73d52
)
perldelta: "corrupts"
author
Smylers
<Smylers@stripey.com>
Thu, 4 Apr 2013 13:14:30 +0000
(14:14 +0100)
committer
Ricardo Signes
<rjbs@cpan.org>
Sun, 5 May 2013 19:32:23 +0000
(15:32 -0400)
Porting/perl5180delta.pod
patch
|
blob
|
blame
|
history
diff --git
a/Porting/perl5180delta.pod
b/Porting/perl5180delta.pod
index
88ce12e
..
d50765b
100644
(file)
--- a/
Porting/perl5180delta.pod
+++ b/
Porting/perl5180delta.pod
@@
-2805,7
+2805,7
@@
C<"/\n\n" =~ m#\A(?:^/$)#im> would not match [perl #115242].
=item *
-Failed C<fork> in list context no longer c
u
rrupts the stack.
+Failed C<fork> in list context no longer c
o
rrupts the stack.
C<@a = (1, 2, fork, 3)> used to gobble up the 2 and assign C<(1, undef, 3)>
if the C<fork> call failed.