summaryrefslogtreecommitdiff
path: root/debian/control
blob: 20ffa5cc05465736c1192e1561ee8ca5f652184e (plain)
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: libtime-y2038-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           gregor herrmann <gregoa@debian.org>,
           Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libjson-perl,
               libmodule-build-perl,
               libtest-exception-perl <!nocheck>,
               libtest-warn-perl <!nocheck>,
               perl-xs-dev,
               perl:native
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtime-y2038-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtime-y2038-perl.git
Homepage: https://metacpan.org/release/Time-y2038
Rules-Requires-Root: no

Package: libtime-y2038-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: Perl module with time functions working beyond 2038
 On many computers, Perl's time functions will not work past the year 2038.
 This is a design fault in the underlying C libraries Perl uses. Time::y2038
 provides replacements for those functions which will work accurately +/1 142
 million years.