Doug MacEachern > mod_perl-1.27 > Apache::Leak

Download:
mod_perl-1.27.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  17
Open  3
View Bugs
Report a bug
Module Version: 1.00   Source   Latest Release: mod_perl-1.31

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