File: control

package info (click to toggle)
libtest-mocktime-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 100 kB
  • sloc: perl: 239; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,042 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
Source: libtest-mocktime-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
                     libtest-pod-perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-mocktime-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-mocktime-perl.git
Homepage: https://metacpan.org/release/Test-MockTime

Package: libtest-mocktime-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: module to simulate time in tests
 Test::MockTime enables test suites to test code at specific points in time.
 Specifically it overrides the localtime, gmtime and time functions at compile
 time and then relies on the user supplying a mock time via set_relative_time,
 set_absolute_time or set_fixed_time to alter future calls to gmtime, time or
 localtime.