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
528 B
Text
8 lines
528 B
Text
Log::Dump is a simple logger mix-in mainly for debugging. This
|
|
installs six methods into a caller (the class that used Log::Dump) via
|
|
Sub::Install. The point is you don't need to load extra dumper modules
|
|
or you don't need to concatenate messages. Just log things and they
|
|
will be dumped (and concatenated if necessary) to stderr, and to a
|
|
file if you prefer. Also, you can use these logging methods as class
|
|
methods or object methods (though usually you don't want to mix them,
|
|
especially when you're doing something special).
|