Skip Menu |

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

Report information
The Basics
Id: 115267
Status: new
Priority: 0/
Queue: Apache-DB

People
Owner: Nobody in particular
Requestors: KES [...] cpan.org
Cc:
AdminCc:

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



Subject: Can not enable debug module
I try to use this debug module: https://metacpan.org/pod/Devel::DebugHooks I put into config: <IfDefine PERLDB> <IfModule !env_module> LoadModule env_module [% APACHE2_MODULES %]/mod_env.so </IfModule> <Perl> use APR::Pool; use Apache::DB ( ); Apache::DB->init; </Perl> <Location /> PerlFixupHandler Apache::DB </Location> </IfDefine> PerlSetEnv PERL5LIB /home/kes/perl_lib/lib/perl5 PerlSetEnv PERL5DB "BEGIN{ require Devel::DebugHooks::Terminal }" Nothing is loaded. Error: No such file or directory for do Devel::DebugHooks::Terminal as workaround I remove this line: https://metacpan.org/source/FWILES/Apache-DB-0.14/DB.pm#L49