Source: libfile-find-rule-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Niko Tyni , gregor herrmann , Jonathan Yu , Angel Abad Build-Depends: debhelper (>= 9) Build-Depends-Indep: libnumber-compare-perl, libtest-differences-perl, libtext-glob-perl, perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-find-rule-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-find-rule-perl.git Homepage: https://metacpan.org/release/File-Find-Rule Testsuite: autopkgtest-pkg-perl Package: libfile-find-rule-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libnumber-compare-perl, libtext-glob-perl Description: module to search for files based on rules 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.