In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/1e426ec596a04a22b7544489072669986a469c5e?hp=cc0776d645a326dd0aaa2dbd8cd9b014c63723f5>

- Log -----------------------------------------------------------------
commit 1e426ec596a04a22b7544489072669986a469c5e
Author: Dagfinn Ilmari MannsÃ¥ker <[email protected]>
Date:   Fri Jun 2 11:07:40 2017 +0100

    perldelta for delete on key/value slices
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index d05083b96a..9024a270dd 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -27,6 +27,12 @@ here, but most should go in the L</Performance Enhancements> 
section.
 
 [ List each enhancement as a =head2 entry ]
 
+=head2 L<C<delete>|perlfunc/delete EXPR> on key/value slices
+
+L<C<delete>|perlfunc/delete EXPR> can now be used on key/value slices,
+returning the keys along with the deleted values.
+L<[perl #131328]|https://rt.perl.org/Ticket/Display.html?id=131328>
+
 =head1 Security
 
 XXX Any security-related notices go here.  In particular, any security

--
Perl5 Master Repository

Reply via email to