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)
11 lines
395 B
Text
11 lines
395 B
Text
Devel::PartialDump is a data dumper optimized for logging of arbitrary
|
|
parameters.
|
|
|
|
It attempts to truncate overly verbose data, in a way that is hopefully
|
|
more useful for diagnostics warnings than
|
|
|
|
warn Dumper(@stuff);
|
|
|
|
Unlike other data dumping modules there are no attempts at correctness
|
|
or cross referencing, this is only meant to provide a slightly deeper
|
|
look into the data in question.
|