On Thu Oct 03 08:08:59 2013, alh wrote: > This is a bug report for perl from wolfsage@gmail.com, > generated with the help of perlbug 1.39 running under perl 5.14.2. > > > ----------------------------------------------------------------- > [Please describe your issue here] > > B::Concise's normal output includes op_other information in LOGOPs, > but its -debug output does not. > > This patch adds that: > > $ perl -MO=Concise,-debug,xx -e 'sub xx { if ($a) { $b } }' | grep > "OP_AND" -A4 -B4 > LOGOP (0xfbda80) > op_next 0xfbdac0 > op_other 0xfbdae1 > op_sibling 0 > op_ppaddr PL_ppaddr[OP_AND] > op_type 164 > op_flags 4 > op_private 1 > op_first 0xfbdc10 > > Thanks. Thank you. Applied as a854082. -- Father Chrysostomos --- via perlbug: queue: perl5 status: new https://rt.perl.org/Ticket/Display.html?id=120089