File: control

package info (click to toggle)
libtest-version-perl 1.004001-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 292 kB
  • ctags: 15
  • sloc: perl: 590; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,348 bytes parent folder | download
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
30
31
Source: libtest-version-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libfile-find-rule-perl-perl,
                     libtest-exception-perl,
                     libtest-tester-perl,
                     perl (>= 5.13.8) | libversion-perl (>= 1:0.8600),
                     perl (>= 5.13.9) | libmodule-metadata-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-version-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-version-perl.git
Testsuite: autopkgtest-pkg-perl
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.13.8) | libversion-perl (>= 1:0.8600),
         perl (>= 5.13.9) | libmodule-metadata-perl
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.