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)
8 lines
443 B
Text
8 lines
443 B
Text
This module can be used to more easily spot the place where a program or a
|
|
module generates errors. Its use is extremely simple, reduced to just'use'ing
|
|
it.
|
|
|
|
This is achieved by modifying the functions warn() and die() in order to
|
|
replace the standard messages by complete stack traces that precisely indicates
|
|
how and where the error or warning occurred. Other than this, their use should
|
|
stay unchanged, even when using die() inside eval().
|