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
372 B
Text
8 lines
372 B
Text
The Devel::Modlist perl module provides a means by which to get a
|
|
quick run-down on which libraries and modules are being utilized
|
|
by a given perl script.
|
|
|
|
Just as compiler systems like gcc provide dependency information
|
|
via switches such as -M, Devel::Modlist is intended to assist script
|
|
authors in preparing dependency information for potential users of
|
|
their scripts.
|