mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 10:33:12 -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
314 B
Text
8 lines
314 B
Text
This module does two things differently to the venerable
|
|
Class::Accessor::Fast:
|
|
|
|
- Fields are stored at arms-length within a single hash value of $self, rather
|
|
than directly in the $self blessed referent.
|
|
|
|
- new() allows mixin into an existing object, rather than creating and
|
|
returning a new blessed hashref.
|