File: control

package info (click to toggle)
libtest2-workflow-perl 0.000017-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 344 kB
  • ctags: 55
  • sloc: perl: 983; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,260 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
Source: libtest2-workflow-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: libimporter-perl,
                     libtest-simple-perl (>= 1.302048),
                     libtest2-asyncsubtest-perl,
                     libtest2-suite-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest2-workflow-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest2-workflow-perl.git
Homepage: https://metacpan.org/release/Test2-Workflow

Package: libtest2-workflow-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libimporter-perl,
         libtest-simple-perl (>= 1.302048),
         libtest2-asyncsubtest-perl,
         libtest2-suite-perl
Description: module structuring tests using composable units
 A test workflow is a way of structuring tests using composable units. A well
 known example of a test workflow is RSPEC <http://rspec.info/>. RSPEC is
 implemented using Test2::Workflow in Test2::Tools::Spec along with several
 extensions.