libtest-spec-perl 0.53-1 source package in Ubuntu

Changelog

libtest-spec-perl (0.53-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ gregor herrmann ]
  * Import upstream version 0.53.
  * Update years of packaging copyright.
  * Update debian/upstream/metadata.
  * Drop unneeded version constraint from libpackage-stash-perl (build)
    dependency.
  * Declare compliance with Debian Policy 4.1.1.

 -- gregor herrmann <email address hidden>  Wed, 01 Nov 2017 19:51:16 +0100

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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-spec-perl_0.53-1.dsc 2.2 KiB ed5fa1cc40c7f9cc39f459eb8ad08e5aef7692c3193d675bd6bd08367912a9c6
libtest-spec-perl_0.53.orig.tar.gz 36.3 KiB e37784ce370e3821deff4ea738c6641c7f4624c7172adbc3986166eb2d776abf
libtest-spec-perl_0.53-1.debian.tar.xz 2.6 KiB b856d41becb2ad23b42d8c3459ad9cc8f134b777acc4e9dff2cdaf039f7babc0

Available diffs

No changes file available.

Binary packages built by this source

libtest-spec-perl: Perl module to write tests in a declarative specification style

 This is a declarative specification-style testing system for behavior-driven
 development (BDD) in Perl. The tests (a.k.a. examples) are named with strings
 instead of subroutine names, so your fingers will suffer less fatigue from
 underscore-itis, with the side benefit that the test reports are more
 legible.
 .
 Test::Spec is inspired by and borrows heavily from RSpec, a BDD tool for the
 Ruby programming language.