File: control

package info (click to toggle)
libtest-mocktime-hires-perl 0.08-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 97; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,310 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
Source: libtest-mocktime-hires-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libtest-class-perl <!nocheck>,
                     libtest-mocktime-perl <!nocheck>,
                     libtest-requires-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-mocktime-hires-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-mocktime-hires-perl.git
Homepage: https://metacpan.org/release/Test-MockTime-HiRes
Rules-Requires-Root: no

Package: libtest-mocktime-hires-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libtest-mocktime-perl,
         libtest-simple-perl
Description: Time::HiRes compatible version of Test::MockTime
 Test::MockTime::HiRes is a Time::HiRes compatible version of Test::MockTime.
 It replaces the actual time with a simulated high resolution time.
 .
 The module also provides mock_time to restrict the effect of the simulation
 in a code block.