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)
4 lines
277 B
Text
4 lines
277 B
Text
Class::Autouse allows you to specify a class the will only load when a
|
|
method of that class is called. For large classes that might not be
|
|
used during the running of a program, such as Date::Manip, this can save
|
|
you large amounts of memory, and decrease the script load time.
|