NAME
Apache2::Camelcadedb - mod_perl2 integration for Devel::Camelcadedb
SYNOPSIS
In mod_perl2 startup code:
use Apache2::Camelcadedb remote_host => 'localhost:12345';
In apache.conf
# they don't have to be PostReadRequest and Cleanup, as long
# as they are early and late in the request lifecycle
PerlPostReadRequestHandler Apache2::Camelcadedb::start_debug_handler
PerlCleanupHandler Apache2::Camelcadedb::stop_debug_handler
AUTHOR
Mattia Barbon <mbarbon@cpan.org>
LICENSE
Copyright (c) 2015-2016 Mattia Barbon. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.