File: control

package info (click to toggle)
libbenchmark-timer-perl 0.7112-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: perl: 2,679; makefile: 8
file content (28 lines) | stat: -rw-r--r-- 1,259 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
Source: libbenchmark-timer-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libtest-compile-perl <!nocheck>,
                     libuniversal-require-perl <!nocheck>,
                     liburi-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libbenchmark-timer-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libbenchmark-timer-perl.git
Homepage: https://metacpan.org/release/Benchmark-Timer
Rules-Requires-Root: no

Package: libbenchmark-timer-perl
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${perl:Depends}
Description: benchmarking module with statistical confidence
 The Benchmark::Timer class allows you to time portions of code conveniently,
 as well as benchmark code by allowing timings of repeated trials. It is
 perfect for when you need more precise information about the running time of
 portions of your code than the Benchmark module will give you, but don't want
 to go all out and profile your code.