File: control

package info (click to toggle)
libdatetime-format-mysql-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 120 kB
  • ctags: 6
  • sloc: perl: 110; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,253 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
Source: libdatetime-format-mysql-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Niko Tyni <ntyni@iki.fi>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9~),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libdatetime-format-builder-perl,
                     libdatetime-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdatetime-format-mysql-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdatetime-format-mysql-perl.git
Homepage: https://metacpan.org/release/DateTime-Format-MySQL

Package: libdatetime-format-mysql-perl
Architecture: all
Depends: libdatetime-format-builder-perl,
         libdatetime-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: module to parse and format MySQL dates and times
 DateTime::Format::MySQL understands the formats used by MySQL for its
 DATE, DATETIME, TIME, and TIMESTAMP data types.  It can be used to
 parse these formats in order to create DateTime objects, and it can
 take a DateTime object and produce a string representing it in the
 MySQL format.