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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: libdatetime-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Ansgar Burchardt <ansgar@debian.org>,
Xavier Guimard <x.guimard@free.fr>,
Nick Morrott <knowledgejunkie@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
# don't build-depend on libdatetime-format-strptime-perl which depends
# on libdatetime-perl again
Build-Depends: debhelper (>= 10),
libcpan-meta-check-perl (>= 0.011),
libdatetime-locale-perl (>= 1:1.06),
libdatetime-timezone-perl (>= 1:2.02),
libdist-checkconflicts-perl,
libnamespace-autoclean-perl (>= 0.19),
libparams-validationcompiler-perl (>= 0.26),
libspecio-perl,
libtest-cleannamespaces-perl,
libtest-fatal-perl,
libtest-warnings-perl,
libtry-tiny-perl,
perl,
perl (>= 5.15.7) | libcpan-meta-requirements-perl (>= 2.113640)
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdatetime-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdatetime-perl.git
Homepage: https://github.com/houseabsolute/DateTime.pm/wiki
Package: libdatetime-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libdatetime-locale-perl (>= 1:1.06),
libdatetime-timezone-perl (>= 1:2.02),
libnamespace-autoclean-perl (>= 0.19),
libparams-validationcompiler-perl (>= 0.26),
libspecio-perl,
libtry-tiny-perl
Breaks: libdatetime-format-mail-perl (<< 0.4020++)
Multi-Arch: same
Description: module for manipulating dates, times and timestamps
DateTime is a Perl module which aims to provide a complete, correct, and easy
to use date/time object implementation. It provides an easy way to manipulate
dates and times, including date calculations (even addition and subtraction)
and provides convenient methods for extracting or modifying portions of any
date or time.
.
This module supports the Olson time zone database, meaning that historical
time zone information, and more importantly, daylight saving time rules, can
be handled transparently, simply by setting the correct time zone. This is
done by using the DateTime::TimeZone module.
|