File: control

package info (click to toggle)
libtest-mocktime-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 68 kB
  • ctags: 9
  • sloc: perl: 212; makefile: 15
file content (21 lines) | stat: -rw-r--r-- 995 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
Source: libtest-mocktime-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@43-1.org>, Rene Mayorga <rmayorga@debian.org.sv>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Test-MockTime/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-mocktime-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mocktime-perl/

Package: libtest-mocktime-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Replace actual time with simulated time
 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.