Apache-DebugInfo
view release on metacpan or search on metacpan
DebugInfo.pm view on Meta::CPAN
Calling Apache::DebugInfo methods with 'PerlHandler' as an argument
has been disabled - doing so gets your headers and script printed
to the browser, so I thought I'd save the unaware from potential
pitfalls.
Phase misspellings, like 'PelrInitHandler' pass through without
warning, in case you were wondering where your output went...
The get_handlers and mark_phases methods are incomplete, mainly due to
oversights in the mod_perl API. Currently (as of mod_perl 1.2401),
they cannot function properly on the following callbacks:
PerlInitHandler
As such, they have been disabled until forthcoming corrections to the
API can be implemented. PerlHeaderParserHandlers and
PerlPostRequestHandlers function normally.
The output uri is whatever the uri was when new() was called (either
on the fly or in Apache::DebugInfo::handler). Thus if the uri has
undergone translation since the new() call the original, not the new,
uri will be output. This feature can be easily remedied, but having a
changing uri in the output may be confusing when debugging. Future
Calling Apache::DebugInfo methods with 'PerlHandler' as an argument
has been disabled - doing so gets your headers and script printed
to the browser, so I thought I'd save the unaware from potential
pitfalls.
Phase misspellings, like 'PelrInitHandler' pass through without
warning, in case you were wondering where your output went...
The get_handlers and mark_phases methods are incomplete, mainly due to
oversights in the mod_perl API. Currently (as of mod_perl 1.2401),
they cannot function properly on the following callbacks:
PerlInitHandler
As such, they have been disabled until forthcoming corrections to the
API can be implemented. PerlHeaderParserHandlers and
PerlPostRequestHandlers function normally.
The output uri is whatever the uri was when new() was called (either
on the fly or in Apache::DebugInfo::handler). Thus if the uri has
undergone translation since the new() call the original, not the new,
uri will be output. This feature can be easily remedied, but having a
changing uri in the output may be confusing when debugging. Future
( run in 0.441 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )