File: control

package info (click to toggle)
libtest-yaml-perl 1.06-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 128 kB
  • ctags: 36
  • sloc: perl: 207; sh: 27; makefile: 7
file content (24 lines) | stat: -rw-r--r-- 922 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
Source: libtest-yaml-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: libtest-base-perl (>= 0.74),
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-yaml-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-yaml-perl.git
Homepage: https://metacpan.org/release/Test-YAML

Package: libtest-yaml-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libtest-base-perl (>= 0.74)
Breaks: libyaml-perl (<< 1.01-1~)
Replaces: libyaml-perl (<< 1.01-1~)
Description: test module for YAML implementations
 Test::YAML is a subclass of Test::Base with YAML specific support.
 Its purpose is to test Perl YAML modules.