fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
466 B
Text
7 lines
466 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.
|