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)
6 lines
398 B
Text
6 lines
398 B
Text
Provides a strace/truss-like runtime call monitor for Perl applications.
|
|
Note that, while strace/truss only dumps system calls, Devel::STrace
|
|
dumps all calls to Perl subs on the application's stack. Also note that
|
|
Devel::STrace cannot trace non-Perl calls (e.g., calls inside XS/C
|
|
modules), so an additional external strace/truss monitor may be needed
|
|
to fully diagnose a misbehaving Perl script.
|