In perl.git, the branch smoke-me/ilmari/delete-kvslice has been updated <http://perl5.git.perl.org/perl.git/commitdiff/18290f9befa7c8b3872b904f8ec545214e41390b?hp=88f0e2ea3d22c05ea73ba37bad2c9c81e9b47f4f>
discards 88f0e2ea3d22c05ea73ba37bad2c9c81e9b47f4f (commit) - Log ----------------------------------------------------------------- commit 18290f9befa7c8b3872b904f8ec545214e41390b Author: Dagfinn Ilmari Mannsåker <[email protected]> Date: Sat May 20 14:08:06 2017 +0100 Add support for deleting key/value slices (RT#131328) ----------------------------------------------------------------------- Summary of changes: regen/op_private | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regen/op_private b/regen/op_private index 659f461e4d..9d1ce6a5bd 100644 --- a/regen/op_private +++ b/regen/op_private @@ -647,8 +647,8 @@ addbits('list', 6 => qw(OPpLIST_GUESSED GUESSED)); addbits('delete', 5 => qw(OPpKVSLICE KVSLICE), # Operating on a list of key/value pairs 6 => qw(OPpSLICE SLICE ), # Operating on a list of keys + #7 => OPpLVAL_INTRO, already defined above ); -# also 7 => OPpLVAL_INTRO, already defined above -- Perl5 Master Repository
