-DS should not invoke warnhook
authorFather Chrysostomos <sprout@cpan.org>
Thu, 28 Jun 2012 05:38:25 +0000 (22:38 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 29 Jun 2012 07:21:01 +0000 (00:21 -0700)
commite73728817537f826e284beffd686bfacb0b604e9
tree319b6f4bfaca939b12e7259b0778545cfafb40ca
parent20429ba0ae8bff3c2402240c7b31f71b813be1dc
-DS should not invoke warnhook

I was using Perl_warn, both for its convenience, and because the line
numbers were extremely helpful in tracking bugs.

But it invokes the warnhook, if present, and also respects tied
STDERR.  We should be using Perl_debug_log.

Changing this also avoids the need for /* diag_listed_as: SKIPME */
all over the place.
op.c