Subject: | ignore_childs compatibility is broken (+FIX) |
With version 1.22:
DB<1> x Proc::Queue::ignore_children()
0 0
* DB<2> x Proc::Queue::ignore_childs()
Undefined subroutine &Proc::Queue::ignore_childs called at (eval
12)[.../lib/5.8.8/perl5db.pl:638] line 2.
Line 162 has this:
*ignore_childs = \&ignore_childs;
I think you meant to have this:
*ignore_childs = \&ignore_children;