Support for pp_boolkeys in B::Deparse.
authordemerphq <demerphq@gmail.com>
Thu, 15 Oct 2009 13:22:47 +0000 (14:22 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 15 Oct 2009 13:22:47 +0000 (14:22 +0100)
commit1c85afcecc8ee030e2780aa5bfa85692c8db64df
treedaeb0254e5a730eb7d909b41e4837e6d9a341d55
parent63d690b1f5b7e4a4f5cefe645e21a96651cbe9c2
Support for pp_boolkeys in B::Deparse.

Part of "[PATCH] Make if (%hash) {} act the same as if (keys %hash) {}"
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00432.html
which evolved from the approach described in the subject, to instead add a new
opcode pp_boolkeys, to exactly preserve the existing behaviour.

Plus a $VERSION bump.
dist/B-Deparse/Deparse.pm