libfile-find-rule-perl 0.34-ok1 source package in openKylin
Changelog
libfile-find-rule-perl (0.34-ok1) yangtze; urgency=low * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
libfile-find-rule-perl (0.34-ok1) yangtze; urgency=low * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libfile-find-rule-perl_0.34.orig.tar.gz | 15.8 KiB | 7e6f16cc33eb1f29ff25bee51d513f4b8a84947bbfa18edb2d3cc40a2d64cafe |
libfile-find-rule-perl_0.34-ok1.debian.tar.xz | 2.1 KiB | c13eb9064c52d70af2fa7ac13547968995aa8a0825540f0ed40b058e4e777eb6 |
libfile-find-rule-perl_0.34-ok1.dsc | 2.1 KiB | c0e213d3d4389b507b1ea5f7215d491375f58f24cf7d1dddd6b6bc1c4ea56401 |
File::Find::Rule is a Perl module which essentially provides an easy-to-use
interface to the popular module, File::Find. It provides a way to build rules
that specify desired file and directory names using a text-globbing syntax
(provided by Text::Glob). This makes it useful for simple tasks, like finding
all ".pm" files in a given directory.