1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libdatetime-format-db2-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: libdatetime-perl, libdatetime-format-builder-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>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/DateTime-Format-DB2/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-format-db2-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-db2-perl/
Package: libdatetime-format-db2-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl,
libdatetime-format-builder-perl
Description: Parse and format DB2 dates and times
This module understands the formats used by DB2 for its DATE,
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 DB2
format.
|