File: control

package info (click to toggle)
libtest-timer-perl 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 200 kB
  • ctags: 12
  • sloc: perl: 216; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: libtest-timer-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: liberror-perl,
                     libtest-fatal-perl,
                     perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-timer-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-timer-perl.git
Homepage: https://metacpan.org/release/Test-Timer
Testsuite: autopkgtest-pkg-perl

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