libpath-iterator-rule-perl 1.014-ok1 source package in openKylin
Changelog
libpath-iterator-rule-perl (1.014-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
libpath-iterator-rule-perl (1.014-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libpath-iterator-rule-perl_1.014.orig.tar.gz | 51.6 KiB | 3f7401d8bed43fc9303409ef6d9f34b85a203de6944050bbeb95855d3298b1a6 |
libpath-iterator-rule-perl_1.014-ok1.debian.tar.xz | 4.0 KiB | 7126886bea0853944dc3286babc19b4246ff3969a5b2dae7684b5baea69ca3dc |
libpath-iterator-rule-perl_1.014-ok1.dsc | 2.1 KiB | dad89584c0511124f4a8174a1d35d8b0f0b1e9e5a8cbc5729bfeed07c8471978 |
Path::
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:
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.