libtest-timer-perl 2.04-1 source package in Ubuntu

Changelog

libtest-timer-perl (2.04-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 2.04.
  * Drop spelling.patch, merged upstream.
  * Declare compliance with Debian Policy 4.1.1.

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

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-timer-perl_2.04-1.dsc 2.3 KiB 3d9abf63b25adf0539e086fe7e7cfd87f8d8afd02d31d0525e1d95bc38b02e87
libtest-timer-perl_2.04.orig.tar.gz 26.2 KiB 389844ac7d0266aca7cb7d82c671242b5eb47c01cb530beba0ad665272443a52
libtest-timer-perl_2.04-1.debian.tar.xz 4.9 KiB ae0084860a55ade3c30fce7bf81e435f640b5a1950667d1b4ae761b56000c903

Available diffs

No changes file available.

Binary packages built by this source

libtest-timer-perl: Perl module to test/assert code response times

 Test::Timer implements a set of test primitives to test and assert test times
 from bodies of code.
 .
 The key features are subroutines to test/assert the following:
 .
   - that execution of a given piece of code does not exceed a specified time
     limit
 .
   - that execution of a given piece of code takes longer than a specified time
     limit and does not exceed another