This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deparse: support delete %h{foo bar}
authorDavid Mitchell <davem@iabyn.com>
Mon, 5 Jun 2017 13:29:51 +0000 (14:29 +0100)
committerDavid Mitchell <davem@iabyn.com>
Mon, 5 Jun 2017 13:29:51 +0000 (14:29 +0100)
commitac1e5644d2654804904c5c407c9a03f8fe69bc32
tree15219394649a653751de8e62acaf65fdc1560d7e
parent09d973d9b43960af79211d9b8ae04a77c6fbf778
Deparse: support delete %h{foo bar}

Key/value slicing was recently extended to delete too. Make Deparse
support this.
lib/B/Deparse.pm
lib/B/Deparse.t