Source: libmodule-reader-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: perl Standards-Version: 4.1.3 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmodule-reader-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmodule-reader-perl.git Homepage: https://metacpan.org/release/Module-Reader Package: libmodule-reader-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Multi-Arch: foreign Description: module to find and read perl modules like perl does Module::Reader finds modules in @INC using the same algorithm perl does. From that, it will give you the source content of a module, the file name (where available), and how it was found. Searches (and content) are based on the same internal rules that perl uses for require() and do().