libpath-iterator-rule-perl 1.015-ok1 source package in openKylin
Changelog
libpath-iterator-rule-perl (1.015-ok1) yangtze; urgency=medium * Build for openkylin. -- denghao <email address hidden> Tue, 20 Sep 2022 11:26:15 +0300
libpath-iterator-rule-perl (1.015-ok1) yangtze; urgency=medium * Build for openkylin. -- denghao <email address hidden> Tue, 20 Sep 2022 11:26:15 +0300
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl | |
Nile V2.0 | release | main | perl | |
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libpath-iterator-rule-perl_1.015.orig.tar.gz | 26.0 KiB | c945e731b60ccc077fc20172e9e2b1512e5ba24b5fa9ae59e97b64edadc4966e |
libpath-iterator-rule-perl_1.015-ok1.debian.tar.xz | 2.4 KiB | ca94fe4cac5fb6f2aace0422cf62debb52a2cc09c497861048d10214f27c51ca |
libpath-iterator-rule-perl_1.015-ok1.dsc | 2.1 KiB | e7fb2614c0781b26c9b15697936d436e39a4f1b2958991ff6523bdd8fc58b9db |
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.