ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
9 lines
522 B
Text
9 lines
522 B
Text
The Perl 5 module Devel::Events::Objects provides an event generator
|
|
and a handler for Devel::Events, that facilitate leak checking.
|
|
There are two components of this module: Devel::Events::Generator::Objects,
|
|
and Devel::Events::Handler::ObjectTracker. The first one uses some
|
|
trickery to generate events for every object creation and destruction
|
|
in code loaded after it was loaded. The second one will listen on
|
|
these events, and track all currently living objects.
|
|
|
|
WWW: https://metacpan.org/release/Devel-Events-Objects
|