Source: libtest-bdd-cucumber-perl Maintainer: Debian Perl Group Uploaders: intrigeri Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 11) Build-Depends-Indep: libclone-perl, libdevel-refcount-perl, libfile-find-rule-perl, libio-stringy-perl, libjson-maybexs-perl, liblist-moreutils-perl, libmodule-runtime-perl, libmoo-perl (>= 2.002002), libmoox-handlesvia-perl, libnumber-range-perl, libpath-class-perl, libtest-differences-perl, libtest-exception-perl, libtype-tiny-perl, libyaml-syck-perl, perl Standards-Version: 4.2.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 Package: libtest-bdd-cucumber-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclone-perl, libdevel-refcount-perl, libfile-find-rule-perl, libio-stringy-perl, libjson-maybexs-perl, liblist-moreutils-perl, libmodule-runtime-perl, libmoo-perl (>= 2.002002), libmoox-handlesvia-perl, libnumber-range-perl, libpath-class-perl, libtest-differences-perl, libtype-tiny-perl, libyaml-syck-perl # optional, removed from Debian (#832724) # Suggests: libdevel-findref-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.