Source: libmodule-find-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 12) Build-Depends-Indep: libtest-pod-coverage-perl , libtest-pod-perl , perl Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmodule-find-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmodule-find-perl.git Homepage: https://metacpan.org/release/Module-List Package: libmodule-find-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module to find and use installed Perl modules Module::Find is a Perl module that allows developers to find and use modules in categories. This is useful for auto-detecting driver or plugin modules. You can differentiate between looking in the category itself or in all subcategories. . If you want Module::Find to search in a certain directory (like the plugins directory of your software installation), make sure you modify @INC before you call the Module::Find functions.