mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -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)
9 lines
474 B
Text
9 lines
474 B
Text
File::Find::Object does same job as File::Find but works like an
|
|
object and with an iterator. As File::Find is not object oriented, one
|
|
cannot perform multiple searches in the same application. The second
|
|
problem of File::Find is its file processing: after starting its main
|
|
loop, one cannot easily wait for another event an so get the next
|
|
result.
|
|
|
|
With File::Find::Object you can get the next file by calling the
|
|
next() function, but setting a callback is still possible.
|