File: control

package info (click to toggle)
libtime-moment-perl 0.46-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,420 kB
  • sloc: perl: 6,704; ansic: 2,944; makefile: 3
file content (38 lines) | stat: -rw-r--r-- 1,414 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
38
Source: libtime-moment-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Nick Morrott <knowledgejunkie@gmail.com>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
 libdatetime-perl <!nocheck>,
 libextutils-parsexs-perl,
 libjson-xs-perl <!nocheck>,
 libparams-coerce-perl <!nocheck>,
 libsereal-perl <!nocheck>,
 libtest-fatal-perl <!nocheck>,
 libtest-number-delta-perl <!nocheck>,
 libtest-requires-perl <!nocheck>,
 perl-xs-dev,
 perl:native,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtime-moment-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtime-moment-perl.git
Homepage: https://metacpan.org/release/Time-Moment

Package: libtime-moment-perl
Architecture: any
Depends:
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends},
Description: Perl C/XS module representing date and time of day with UTC offset
 Time::Moment is an immutable object representing a date and time of day with
 an offset from UTC in the ISO 8601 calendar system.
 .
 Time is measured in nanoseconds since 0001-01-01T00Z. Leap seconds are
 ignored.  Time::Moment can represent all epoch integers from -62,135,596,800
 to 2,534,02,300,799; this range suffices to measure times to nanosecond
 precision for any instant that is within 0001-01-01T00:00:00Z to
 9999-12-31T23:59:59Z.