Source: libmodule-metadata-perl Standards-Version: 4.7.4 Maintainer: Debian Perl Group Uploaders: Dominique Dumont , gregor herrmann , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), Build-Depends-Indep: perl, Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmodule-metadata-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmodule-metadata-perl.git Homepage: https://metacpan.org/release/Module-Metadata Package: libmodule-metadata-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, Description: Perl module to gather package and POD information from perl module files Module::Metadata provides a standard way to gather metadata (like name, version, list of packages, list of pod sections, ...) about a .pm file through (mostly) static analysis and (some) code execution. When determining the version of a module, the $VERSION assignment is evaled, as is traditional in the CPAN toolchain.