mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -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)
8 lines
359 B
Text
8 lines
359 B
Text
Paraphrased from the Data:Swap's documentation ...
|
|
|
|
Data::Swap (XS) module allows to swap the contents of two referenced
|
|
variables, even if they have different types. The main application is
|
|
to change the base type of an object after it has been created, for
|
|
example for dynamic loading of data structures:
|
|
|
|
swap $self, bless $replacement, $newclass;
|