hard value, so that callers of like and unlike can present diagnostics
with the line number of their own caller.
p4raw-id: //depot/perl@30344
unshift(@mess, "# got '$got'\n",
"# expected /$expected/\n");
}
- local $Level = 2;
+ local $Level = $Level + 1;
_ok($pass, _where(), $name, @mess);
}