File: control

package info (click to toggle)
libtime-fake-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 76 kB
  • ctags: 5
  • sloc: perl: 75; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,064 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
Source: libtime-fake-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alejandro Garrido Mota <garridomota@gmail.com>,
 Fabrizio Regalli <fabreg@fabreg.it>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Time-Fake/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtime-fake-perl
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtime-fake-perl

Package: libtime-fake-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl module for simulating different times without changing your system clock
 Use Time::Fake to achieve the effect of changing your system clock, but
 without actually changing your system clock. It overrides the Perl builtin
 subs time, localtime, and gmtime, causing them to return a "faked" time 
 of your choice. From the script's point of view, time still flows at the
 normal rate, but it is just offset as if it were executing in the past or
 present.