libtest-timer-perl 2.12-2 source package in Ubuntu

Changelog

libtest-timer-perl (2.12-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster
  * Apply multi-arch hints. + libtest-timer-perl: Add Multi-Arch: foreign.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 00:19:36 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-timer-perl_2.12-2.dsc 2.2 KiB ec255e1a0a15f9ba5fb9e33510362c98147c7460113c377c8033eb1af7846a59
libtest-timer-perl_2.12.orig.tar.gz 37.9 KiB eb1b5c199793cc1c591a3d1fe5d15c16fda539755ba6d5dd2138d5638821f2fc
libtest-timer-perl_2.12-2.debian.tar.xz 5.4 KiB 07b2fa80b9c9b0a178500587029de41b4ab2c93ad6577fe17fee6ad955f94ac4

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