mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -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
331 B
Text
6 lines
331 B
Text
Data::Lock makes the specified variable immutable like Readonly. Unlike Readonly
|
|
which implements immutability via tie, Data::Lock makes use of the internal flag
|
|
of perl SV so it imposes almost no penalty.
|
|
|
|
Like Readonly, Data::Lock locks not only the variable itself but also elements
|
|
therein. You can Data::Lock objects as well.
|