libtest-bdd-cucumber-perl 0.60-1 source package in Ubuntu

Changelog

libtest-bdd-cucumber-perl (0.60-1) unstable; urgency=medium

  * Team upload.
  * Import upstream versions 0.58, 0.59, 0.60.
  * Update GitHub URLs in debian/upstream/metadata.
  * Remove debian/libtest-bdd-cucumber-perl.docs,
    the upstream TODO is gone.

 -- gregor herrmann <email address hidden>  Sun, 01 Sep 2019 23:26:17 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-bdd-cucumber-perl_0.60-1.dsc 2.9 KiB 8740c68d97bd8b981ca1dc9d266ff97ba97c09f00f6fe6626943109681643263
libtest-bdd-cucumber-perl_0.60.orig.tar.gz 95.5 KiB dc37c6a334b7aa9c217ab39d31f1756f1be9e9efb65dc8edea9a51c7a62c6e02
libtest-bdd-cucumber-perl_0.60-1.debian.tar.xz 5.3 KiB f2f8ae37d0db6ecefbcb199bc7c15fa89d94106b7d2285ca924da5241b874e04

Available diffs

No changes file available.

Binary packages built by this source

libtest-bdd-cucumber-perl: 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.