This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
improve how Devel::Peek::Dump handles iterator information
authorYves Orton <demerphq@gmail.com>
Sun, 24 Mar 2013 10:48:12 +0000 (11:48 +0100)
committerYves Orton <demerphq@gmail.com>
Sun, 24 Mar 2013 10:50:18 +0000 (11:50 +0100)
commite1a7ec8d453649a65aea34af90c3042a5137191e
treec865e78cabc2b4ec7436679e51e55609c6d397cb
parentff20b672a2557d27fcb80d597224fa0c24e43f73
improve how Devel::Peek::Dump handles iterator information

* If the hash is not OOK omit any iterator status information
  instead of showing -1/NULL
* If the hash is OOK then add the RAND value from the iterator
  and if the LASTRAND is not the same show it too
* Tweak tests to test the above.
dump.c
ext/Devel-Peek/t/Peek.t
hv.h