File: control

package info (click to toggle)
libtest-mock-time-perl 0.1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 164 kB
  • sloc: perl: 482; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,600 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
33
34
35
36
37
Source: libtest-mock-time-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libanyevent-perl,
                     libexport-attrs-perl,
                     libev-perl,
                     libmojolicious-perl,
                     libtest-exception-perl,
                     libtest-mockmodule-perl,
                     perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-mock-time-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-mock-time-perl.git
Homepage: https://metacpan.org/release/Test-Mock-Time
Rules-Requires-Root: no

Package: libtest-mock-time-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libexport-attrs-perl,
         libtest-mockmodule-perl,
         perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
Description: module for deterministic time & timers in event loop tests
 Test::Mock::Time replaces actual time with simulated time everywhere (core
 time(), Time::HiRes, EV, AnyEvent with EV, Mojolicious, …) and provide a
 way to write deterministic tests for event loop based applications with
 timers.
 .
 IMPORTANT! This module must be loaded by your script/app/test before other
 related modules (Time::HiRes, Mojolicious, EV, etc.).