Skip Menu |

This queue is for tickets about the Apache-DBI CPAN distribution.

Report information
The Basics
Id: 13590
Status: resolved
Priority: 0/
Queue: Apache-DBI

People
Owner: Nobody in particular
Requestors: thomax [...] icf.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.94
Fixed in: (no value)



Subject: Apache-DBI 0.94 and mod_perl 2_2.0.1
perl5.8.7 Apache::DBI-0.94 debian unstable i found an incompatibility between the both packages Apache::DBI 0.94-2 and mod-perl2 2.0.1 here is a patch to get this thing solved, it's applied against AuthDBI.pm: --- Apache/AuthDBI.pm 2005-06-28 01:15:59.000000000 +0200 +++ Apache-New/AuthDBI.pm 2005-06-28 01:15:46.000000000 +0200 @@ -11,8 +11,8 @@ BEGIN { my @constants = qw( OK AUTH_REQUIRED FORBIDDEN DECLINED SERVER_ERROR ); if (MP2) { - require Apache::Const; - import Apache::Const @constants; + require Apache2::Const; + import Apache2::Const @constants; } else { require Apache::Constants; i hope you find it worth enough for applying it against the package in question. it would be nice if you could make & release it soon. your feedback is urgently welcome. thanx, thomax
[guest - Fri Jul 8 00:53:47 2005]: Show quoted text
> > i hope you find it worth enough for applying it against the package > in question. it would be nice if you could make & release it soon.
applied, thanks! http://xrl.us/gqsk - ask