File: control

package info (click to toggle)
libdatetime-format-sqlite-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 108 kB
  • ctags: 6
  • sloc: perl: 82; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,184 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
Source: libdatetime-format-sqlite-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libdatetime-perl (>= 0.1),
 libdatetime-format-builder-perl (>= 0.6), libdbd-sqlite3-perl,
 libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/DateTime-Format-SQLite/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-format-sqlite-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdatetime-format-sqlite-perl/

Package: libdatetime-format-sqlite-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl (>= 0.1),
  libdatetime-format-builder-perl (>= 0.6)
Description: module to parse and format SQLite dates and times
 DateTime::Format::SQLite understands the formats used by SQLite for its date,
 datetime and time functions. It can be used to parse these formats in order
 to create DateTime objects, and it can take a DateTime object and produce a
 timestring accepted by SQLite.