1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: libtest-version-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libfile-find-rule-perl-perl,
libtest-exception-perl,
perl,
perl (>= 5.21.1) | libmodule-metadata-perl (>= 1.000020),
perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-version-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-version-perl.git
Homepage: https://metacpan.org/release/Test-Version
Package: libtest-version-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libfile-find-rule-perl-perl,
perl (>= 5.21.1) | libmodule-metadata-perl (>= 1.000020)
Description: module for checking the sanity of versions in modules
Test::Versions's goal is to be a one stop shop for checking to see that
the versions in the modules across a CPAN distribution are sane.
.
It has checks to ensure that all modules have a VERSION defined, and that the
VERSION is valid.
|