File: control

package info (click to toggle)
libtest-bdd-cucumber-perl 0.75-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 680 kB
  • sloc: perl: 7,905; makefile: 8; sh: 5
file content (64 lines) | stat: -rw-r--r-- 2,802 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Source: libtest-bdd-cucumber-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: intrigeri <intrigeri@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libclone-perl <!nocheck>,
                     libfile-find-rule-perl <!nocheck>,
                     libio-stringy-perl <!nocheck>,
                     libjson-maybexs-perl <!nocheck>,
                     liblist-moreutils-perl <!nocheck>,
                     libmodule-runtime-perl <!nocheck>,
                     libmoo-perl (>= 2.002002) <!nocheck>,
                     libmoox-handlesvia-perl <!nocheck>,
                     libnumber-range-perl <!nocheck>,
                     libpath-class-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libtest-differences-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     libtest-harness-perl <!nocheck>,
                     libtest-simple-perl (>= 1.302087) <!nocheck>,
                     libtest2-suite-perl <!nocheck>,
                     libtype-tiny-perl <!nocheck>,
                     libyaml-syck-perl <!nocheck>,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-bdd-cucumber-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-bdd-cucumber-perl.git
Homepage: https://metacpan.org/release/Test-BDD-Cucumber
Rules-Requires-Root: no

Package: libtest-bdd-cucumber-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclone-perl,
         libfile-find-rule-perl,
         libjson-maybexs-perl,
         liblist-moreutils-perl,
         libmodule-runtime-perl,
         libmoo-perl (>= 2.002002),
         libmoox-handlesvia-perl,
         libnumber-range-perl,
         libpath-class-perl,
         libscalar-list-utils-perl,
         libtest-harness-perl,
         libtest-simple-perl (>= 1.302087),
         libtest2-suite-perl,
         libtype-tiny-perl,
         libyaml-syck-perl
Description: Cucumber-style acceptance testing framework in Perl
 Behavioral testing tools like Cucumber let software development teams
 describe in plain text how software should behave. The text is
 written in a business-readable domain-specific language and serves as
 documentation, automated tests and development-aid - all rolled into
 one format.
 .
 Test::BDD::Cucumber aims to be a sane and complete Cucumber
 implementation in Perl.
 .
 Test::BDD::Cucumber is not feature-complete yet. However, in almost
 all cases, where the behaviour of this module is different from
 the real Cucumber, the plan is to move it to be more similar to that.