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)
7 lines
371 B
Text
7 lines
371 B
Text
B::Keywords supplies seven arrays of keywords: @Scalars, @Arrays, @Hashes,
|
|
@Filehandles, @Symbols, @Functions and @Barewords. The @Symbols array includes
|
|
the contents of each of @Scalars, @Arrays, @Hashes and @Filehandles. Similarly,
|
|
@Barewords adds a few non-function keywords (like __DATA__, NULL) to the
|
|
@Functions array.
|
|
|
|
All additions and modifications are welcome.
|