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)
10 lines
469 B
Text
10 lines
469 B
Text
Declaring constants is very convenient for writing programs, but as
|
|
they're often inlined by Perl, retrieving their symbolic names can be
|
|
tricky. This is made worse with low level modules that use constants for
|
|
bit-twiddling.
|
|
|
|
Devel::Constants makes this much more manageable.
|
|
|
|
It silently wraps around the constant module, intercepting all constant
|
|
declarations. It builds a hash, associating the values to their names.
|
|
The names can then be retrieved as necessary.
|