There are four TODO tests in caller.t, relating to the hints hash returned
under the debugger. Since
20439bc77dfeec46d94a15cf108446039e26c995, two
of these tests has started to pass. I don't understand this area enough
to know whether that commit *should* have made them pass, but it
seems fairly consistent. So un-TODO just those two.
This means that under the debugger, we now expect to get a hints hash, but
that its contents are still wrong.
is_deeply \@c, [ @args, ($hhv) x 3 ],
"caller_cx for $n";
if (defined $hhv) {
+ local $TODO; # these two work ok under the bebugger
ok defined $hh, "...with defined hinthash";
is reftype $hh, "HASH", "...which is a HASH";
}