File: control

package info (click to toggle)
libdatetime-format-iso8601-perl 0.08-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 196 kB
  • ctags: 25
  • sloc: perl: 1,559; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,798 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
39
40
41
Source: libdatetime-format-iso8601-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>,
           AGOSTINI Yves <agostini@univ-metz.fr>,
           Jaldhar H. Vyas <jaldhar@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libdatetime-perl,
                     libdatetime-format-builder-perl,
                     libtest-pod-perl,
                     libtest-distribution-perl,
                     libfile-find-rule-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdatetime-format-iso8601-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdatetime-format-iso8601-perl.git
Homepage: https://metacpan.org/release/DateTime-Format-ISO8601

Package: libdatetime-format-iso8601-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdatetime-format-builder-perl,
         libdatetime-perl
Description: module to parse ISO8601 date and time formats
 DateTime::Format::ISO8601 is a Perl DateTime extension that parses almost all
 ISO8601 date and time formats. The signature feature of ISO 8601 date/time
 representations is the ordering of date and time values from the most to the
 least significant or, in plain terms, from the largest (the year) to the
 smallest (the second).
 .
  Example date: 2008-04-18
  Example separate date and time in UTC: 2008-04-18 08:47Z
  Example combined date and time in UTC: 2008-04-18T08:47Z
  Example date with week number: 2008-W16-5
 .
 ISO 8601 time intervals will be supported in a later release.