File: control

package info (click to toggle)
libdatetime-format-pg-perl 0.16001-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 248 kB
  • ctags: 141
  • sloc: perl: 1,832; makefile: 43
file content (21 lines) | stat: -rw-r--r-- 1,283 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
Source: libdatetime-format-pg-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: libdatetime-perl, libdatetime-timezone-perl, libdatetime-format-builder-perl, libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregor+debian@comodo.priv.at>, Krzysztof Krzyzaniak (eloy) <eloy@debian.org>, Rene Mayorga <rmayorga@debian.org.sv>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/DateTime-Format-Pg/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-format-pg-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-pg-perl/

Package: libdatetime-format-pg-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl, libdatetime-timezone-perl, libdatetime-format-builder-perl
Description:  Parse and format PostgreSQL dates and times
 This module understands the formats used by PostgreSQL for its DATE, TIME,
 TIMESTAMP, and INTERVAL data types.  It can be used to parse these formats in
 order to create DateTime or DateTime::Duration objects, and it can take a
 DateTime or DateTime::Duration object and produce a string representing
 it in a format accepted by PostgreSQL.