diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-11-16 14:43:01 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-11-16 15:47:54 -0800 |
commit | e5fbfbc138e9c40911618be99d66f85eb2a366a3 (patch) | |
tree | 8f26c2db0d7277e868b03019ba653ec5e03e9f7b /pod | |
parent | 73e793fc64b8b2c2d5d5d414ba0bc0bc9f8e47d5 (diff) | |
download | perl-e5fbfbc138e9c40911618be99d66f85eb2a366a3.tar.gz |
perldelta for bae8cfc69
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 1e51910f88..cc6d9fd6ec 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -585,6 +585,11 @@ List assignments were sometimes buggy if the same scalar ended up on both sides of the assignment due to used of C<tied>, C<values> or C<each>. The result would be the wrong value getting assigned. +=item * + +C<setpgrp($nonzero)> (with one argument) was accidentally changed in 5.16 +to mean C<setpgrp(0)>. This has been fixed. + =back =head1 Known Problems |