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
357 B
Text
6 lines
357 B
Text
Module::CheckDeps parses Perl code searching for used modules. It can either
|
|
return a list of all the modules used by some code, or a list of the used
|
|
modules that are not available in the host system (e.g. not installed modules).
|
|
|
|
Compared to similar modules, such as Module::ScanDeps, Module::CheckDeps is
|
|
simpler and less powerful, but also much faster.
|