Re: Re: debugging mod_perl fails

2017-09-21 Thread Marc
Yes, that's already mentioned on the page I used.   Gesendet: Donnerstag, 21. September 2017 um 16:37 Uhr Von: "André Warnier (tomcat)" An: modperl@perl.apache.org Betreff: Re: debugging mod_perl fails Hi. I did not look at the page you mention below, but in the Apache::DB page

Re: debugging mod_perl fails

2017-09-21 Thread tomcat
Hi. I did not look at the page you mention below, but in the Apache::DB page on CPAN, https://metacpan.org/pod/distribution/Devel-DebugHooks/lib/Apache/DB.pm it says : If you are using mod_perl 2.0 you will need to use the following as your db.pl: use APR::Pool (); use Apache::DB (); Apache::