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 debugging and 0 aka off works. I'd like to get some 
actual dev work
into the next release such as moving the test framework to Apache-Test and 
writing some for Auth::DBI
especially given the recent string of SNAFUs in it.

--
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

When I call your name, Girl, it starts to flame
Burning in my heart, Tearing it all apart..
No matter how I try My love I cannot hide....

Reply via email to