libtest-routine-perl 0.027-1 source package in Ubuntu

Changelog

libtest-routine-perl (0.027-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * Import upstream version 0.027.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.2.1.
  * Change order of versioned alternative (build) dependency.
  * Bump debhelper compatibility level to 10.

 -- gregor herrmann <email address hidden>  Fri, 07 Sep 2018 20:38:48 +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
Focal release universe perl

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-routine-perl_0.027-1.dsc 2.5 KiB b688ceb6887ffbcc1a5698c87c6ec2f2081ab3e3929f0741a2ce3d2fec41d34f
libtest-routine-perl_0.027.orig.tar.gz 38.5 KiB bad40e12ea608a43e8832f56e41a8b49f36637b2f9c33de941c75fb14118d358
libtest-routine-perl_0.027-1.debian.tar.xz 2.5 KiB 966a937b463a601d280198a302853f8cf0d7e3be2a13d68196a5575acce44c3f

Available diffs

No changes file available.

Binary packages built by this source

libtest-routine-perl: Perl test framework for tests as composable units of assertion

 Test::Routine is a very simple framework for writing your tests as composable
 units of assertion. In other words: roles.
 .
 For a walkthrough of tests written with Test::Routine, see
 Test::Routine::Manual::Demo.