File: control

package info (click to toggle)
libtest-bdd-cucumber-perl 0.26-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 528 kB
  • sloc: perl: 3,436; makefile: 8
file content (57 lines) | stat: -rw-r--r-- 2,229 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
Source: libtest-bdd-cucumber-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: intrigeri <intrigeri@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libclone-perl,
                     libfile-find-rule-perl,
                     libfile-slurp-perl,
                     libfindbin-libs-perl,
                     libio-stringy-perl,
                     libjson-xs-perl,
                     liblist-moreutils-perl,
                     libmodule-runtime-perl,
                     libmoose-perl,
                     libnumber-range-perl,
                     libpath-class-perl,
                     libtest-differences-perl,
                     libyaml-syck-perl,
                     perl (>= 5.13.3)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-bdd-cucumber-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-bdd-cucumber-perl.git
Homepage: https://metacpan.org/release/Test-BDD-Cucumber

Package: libtest-bdd-cucumber-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclone-perl,
         libfile-find-rule-perl,
         libfile-slurp-perl,
         libfindbin-libs-perl,
         libio-stringy-perl,
         libjson-xs-perl,
         liblist-moreutils-perl,
         libmodule-runtime-perl,
         libmoose-perl,
         libnumber-range-perl,
         libpath-class-perl,
         libtest-differences-perl,
         libyaml-syck-perl,
         perl (>= 5.13.3)
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.