Philippe M. Chiasson > mod_perl-1.31 > Apache::Leak

Download:
mod_perl-1.31.tar.gz

Dependencies

Annotate this POD

Related Modules

Devel::Leak
Apache::SizeLimit
Apache::GTopLimit
CGI::Application
B::LexInfo
more...
By perlmonks.org

CPAN RT

New  16
Open  6
View/Report Bugs
Module Version: 1.00   Source  

NAME ^

Apache::Leak - Module for tracking memory leaks in mod_perl code

SYNOPSIS ^

    use Apache::Leak;

    leak_test {
        my $obj = Foo->new;
        $obj->thingy;
    };
    #now look in error_log for results

DESCRIPTION ^

"Under Construction."

SEE ALSO ^

Devel::Leak

AUTHOR ^

Doug MacEachern Leak.xs derived from Nick Ing-Simmons' Devel::Leak

syntax highlighting: