File: control

package info (click to toggle)
libtest-lectrotest-perl 0.5001-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 416 kB
  • sloc: perl: 1,808; sh: 13; makefile: 6
file content (25 lines) | stat: -rw-r--r-- 1,097 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
Source: libtest-lectrotest-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-lectrotest-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-lectrotest-perl.git
Homepage: https://metacpan.org/release/Test-LectroTest

Package: libtest-lectrotest-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: easy, automatic, specification-based testing system
 Test::LectroTest provides a simple (yet full featured) interface to
 LectroTest, an automated, specification-based testing system for Perl.
 To use it, declare properties that specify the expected behavior
 of your software.  LectroTest then checks your software to see whether
 those properties hold.