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
328 B
Text
7 lines
328 B
Text
Perl filehandles are streams, but sometimes they just aren't powerful
|
|
enough. This module offers to have streams from filehandles searched with
|
|
regexes and allows the global input record separator variable to contain
|
|
regexes.
|
|
|
|
Thus, readline() and the <> operator can now return records delimited by
|
|
regular expression matches.
|