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)
8 lines
486 B
Text
8 lines
486 B
Text
This module iterates over files and directories to identify ones
|
|
matching a user-defined set of rules. The API is based heavily on
|
|
File::Find::Rule, but with more explicit distinction between matching
|
|
rules and options that influence how directories are searched. A
|
|
Path::Iterator::Rule object is a collection of rules (match criteria)
|
|
with methods to add additional criteria. Options that control
|
|
directory traversal are given as arguments to the method that
|
|
generates an iterator.
|