File: control

package info (click to toggle)
libemail-date-format-perl 1.005-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: perl: 66; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 989 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libemail-date-format-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libemail-date-format-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libemail-date-format-perl.git
Homepage: https://metacpan.org/release/Email-Date-Format
Testsuite: autopkgtest-pkg-perl

Package: libemail-date-format-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: Module to generate RFC-2822-valid date strings
 Email::Date::Format provides a simple means for generating an RFC 2822
 compliant datetime string. It was refactored from Email::Date to avoid large
 dependency chains.