mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
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
298 B
Text
6 lines
298 B
Text
Unlike the tie-based Data::Lazy, this module operates on values, not
|
|
variables. Therefore, assigning into $dv and $lv above will simply
|
|
replace the value, instead of triggering a STORE method call.
|
|
|
|
Also, thanks to the overload-based implementation, this module is
|
|
about 2x faster than Data::Lazy.
|