| FileSize | 42176 |
| MD5 | 9A080EC9F7C4C823EAFA1CB89D4ED73D |
| PackageDescription | iterative, recursive file finder
Path::Iterator::Rule 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.
.
Here is a summary of features
for comparison to other file finding modules:
* provides many "helper" methods for specifying rules
* offers (lazy) iterator and flattened list interfaces
* custom rules implemented with callbacks
* breadth-first (default) or pre- or post-order depth-first searching
* follows symlinks (by default, but can be disabled)
* directories visited only once (no infinite loop; can be disabled)
* doesn't chdir during operation
* provides an API for extensions
.
As a convenience, the PIR module is an empty subclass of this one
that is less arduous to type for one-liners. |
| PackageMaintainer | Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> |
| PackageName | libpath-iterator-rule-perl |
| PackageSection | perl |
| PackageVersion | 1.015-1 |
| SHA-1 | CA962019F4791B29C1B4DD49670AB21EA7CD2219 |
| SHA-256 | FD099D8BBB215501E2ED5FA86B94197D6C90D1CC2489E1E546992B26C768D171 |