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

Changelog

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

  * Team upload.
  * Import upstream version 2.11.
  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.0.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.
  * Remove obsolete fields Name, Contact from debian/upstream/metadata.

 -- gregor herrmann <email address hidden>  Sun, 22 Sep 2019 15:17:39 +0200

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-timer-perl_2.11-1.dsc 2.4 KiB 6230e79d24a6e11e4008c8a85f3671e7670ab65d6771f21c7024a056df76197c
libtest-timer-perl_2.11.orig.tar.gz 45.3 KiB a133d0c98756709c64cfe6e38b2b7fef961f3133e8f25e2bc44a31226b1ff146
libtest-timer-perl_2.11-1.debian.tar.xz 5.2 KiB 37445dd109a303fc604370c9e528072906e593609b0a481978ac27c2619535c8

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