Source: libcpan-meta-requirements-perl Standards-Version: 4.7.3 Maintainer: Debian Perl Group Uploaders: gregor herrmann , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), Build-Depends-Indep: libversion-perl , perl, Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcpan-meta-requirements-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcpan-meta-requirements-perl.git Homepage: https://metacpan.org/release/CPAN-Meta-Requirements Package: libcpan-meta-requirements-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libversion-perl, Description: set of version requirements for a CPAN dist A CPAN::Meta::Requirements object models a set of version constraints like those specified in the META.yml or META.json files in CPAN distributions. It can be built up by adding more and more constraints, and it will reduce them to the simplest representation. . Logically impossible constraints will be identified immediately by thrown exceptions.