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
|
Source: libdatetime-format-epoch-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
libmodule-build-perl
Build-Depends-Indep: libdatetime-perl,
libparams-validate-perl,
perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdatetime-format-epoch-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdatetime-format-epoch-perl.git
Testsuite: autopkgtest-pkg-perl
Homepage: https://metacpan.org/release/DateTime-Format-Epoch
Package: libdatetime-format-epoch-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libdatetime-perl,
libparams-validate-perl
Description: Perl module to convert DateTime objects to or from epoch seconds
DateTime::Format::Epoch can convert a DateTime object (or any object that can
be converted to a DateTime object) to the number of seconds since a given
epoch. It can also do the reverse.
|