File: control

package info (click to toggle)
libdatetime-format-dateparse-perl 0.05-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 120 kB
  • sloc: perl: 370; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,270 bytes parent folder | download | duplicates (2)
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
Source: libdatetime-format-dateparse-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           Ryan Niebur <ryan@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libdatetime-timezone-perl,
                     libdatetime-perl,
                     libtimedate-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdatetime-format-dateparse-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdatetime-format-dateparse-perl.git
Homepage: https://metacpan.org/release/DateTime-Format-DateParse

Package: libdatetime-format-dateparse-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libdatetime-timezone-perl,
         libdatetime-perl,
         libtimedate-perl
Description: Perl module parsing Date::Parse compatible formats
 DateTime::Format::DateParse is a rather simplistic convenience module that
 simply wraps the Date::Parse module (see libtimedate-perl) and creates
 DateTime objects from given strings.