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)
7 lines
404 B
Text
7 lines
404 B
Text
Often there are several possible providers of some functionality your
|
|
program needs, but you don't know which is available at the run site.
|
|
For example, one of the modules may be implemented with XS, or not in
|
|
the core Perl distribution and thus not necessarily installed.
|
|
|
|
Best.pm attempts to load modules from a list, stopping at the first
|
|
successful load and failing only if no alternative was found.
|