In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/b9d9f9ab79a4bbe3c10743b2b22828dbb8bd2a46?hp=f83193f25095f9353c8e34c187184bc25fdadf51>
- Log ----------------------------------------------------------------- commit b9d9f9ab79a4bbe3c10743b2b22828dbb8bd2a46 Author: Tony Cook <[email protected]> Date: Wed Jun 19 14:17:44 2019 +1000 perldelta for 79e302e6c3f8, 3121d45269f9, f83193f25095 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index c6595c2e7f..23a1b58b29 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -375,6 +375,11 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>. =item * +Setting C<$)> now properly sets supplementary group ids, if you have +the necessary privileges. [perl #134169] + +=item * + close() on a pipe now preemptively clears the PerlIO object from the IO SV. This prevents a second attempt to close the already closed PerlIO object if a signal handler calls die() or exit() while close() -- Perl5 Master Repository
