NAME
Apache::RegistryLexInfo - Diff Apache::Registry script padlists
SYNOPSIS
Alias /lexinfo /same/path/as/for/apache/registry/scripts
PerlModule Apache::RegistryLexInfo
<Location /lexinfo>
SetHandler perl-script
PerlHandler Apache::RegistryLexInfo->handler
Options +ExecCGI
</Location>
DESCRIPTION
Apache::RegistryLexInfo is a subclass of Apache::RegistryNG which takes snapshots of the handler padlist before and after it is run. The differences (if any) and the before/after snapshots are printed to the HTTP stream after the script has run.
SEE ALSO
The Apache::Status StatusLexInfo option.
Apache::RegistryNG(3), B::LexInfo(3)
AUTHOR
Doug MacEachern