Source: libtest-timer-perl Maintainer: Debian Perl Group Uploaders: Nick Morrott Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 12), libmodule-build-perl Build-Depends-Indep: liberror-perl , libtest-fatal-perl , libtest-simple-perl (>= 1.302111) Standards-Version: 4.4.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-timer-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-timer-perl.git Homepage: https://metacpan.org/release/Test-Timer Package: libtest-timer-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, liberror-perl Description: 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