Re: Apache::AuthDBI package

2006-11-11 Thread Philip M. Gollucci
Kevin Appel wrote: Is anyone using the Apache::AuthDBI package? I am currently using version 1.04 and Im confused about the DEBUG entry in the code, specifically the debug function. By default, the DEBUG is set to 0 which means there is no debugging, 1 will show cache hits, and 2 is full blown

RE: Apache::AuthDBI package

2006-11-11 Thread Kevin Appel
Thanks for the info Philip -Original Message- From: Philip M. Gollucci [mailto:[EMAIL PROTECTED] Sent: Saturday, November 11, 2006 10:58 PM To: Kevin Appel Cc: 'modperl@perl.apache.org' Subject: Re: Apache::AuthDBI package Kevin Appel wrote: Is anyone using the Apache::AuthDBI package

Apache::AuthDBI package

2006-11-08 Thread Kevin Appel
Is anyone using the Apache::AuthDBI package? I am currently using version 1.04 and Im confused about the DEBUG entry in the code, specifically the debug function. By default, the DEBUG is set to 0 which means there is no debugging, 1 will show cache hits, and 2 is full blown debugging. However

Re: Apache::AuthDBI package

2006-11-08 Thread Philip M. Gollucci
Kevin Appel wrote: sub debug { print STDERR $_[1]\n if $_[0] = $Apache::AuthDBI::DEBUG; } to sub debug { print STDERR $_[1]\n if $_[0] = $Apache::AuthDBI::DEBUG; } I'll have a look tonight and see. I don't however feel the need to release 1.06 for this fix right away since its just