|
From: Jim C. <jc...@di...> - 2003-08-11 10:11:34
|
Mike Schilli wrote:
> Hey all,
>
> "kid on grok" (think that's J.C.) suggested to rename l4p's internal
> debug constants from DEBUG to _INTERNAL_DEBUG to avoid confusion with
> the function DEBUG() or the constant $DEBUG. Checked in.
>
Mike,
confusion continues :-0
use constant DEBUG => 0; # defines a constant function - looks like a
bareword.
$DEBUG is true when is_debug() is true, right ?
(I know, I could hop this curb, but Im looking for the wheelchair ramp)
could you re-check ? (im just pulled cvs, assuming HEAD by default)
0.37 (not yet released)
* (kg) adjusting tests for XML::Parser 2.32 having broken
XML::DOM 1.42 and lower
* (ms) Added signal handling to init_and_watch
[jimc@harpo Log-Log4perl]$ grep -r _INTERNAL_DEBUG *
[jimc@harpo Log-Log4perl]$
|