File: control

package info (click to toggle)
libemail-sender-perl 1.300035-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 504 kB
  • sloc: perl: 2,291; makefile: 2
file content (54 lines) | stat: -rw-r--r-- 2,412 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
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: libemail-sender-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>,
           Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcapture-tiny-perl <!nocheck>,
                     libemail-abstract-perl <!nocheck>,
                     libemail-address-xs-perl <!nocheck>,
                     libemail-simple-perl <!nocheck>,
                     libmodule-runtime-perl <!nocheck>,
                     libmoo-perl (>= 2.000000) <!nocheck>,
                     libmoox-types-mooselike-perl <!nocheck>,
                     libscalar-list-utils-perl (>= 1:1.45) <!nocheck>,
                     libsub-exporter-perl <!nocheck>,
                     libsub-override-perl <!nocheck>,
                     libtest-mockobject-perl <!nocheck>,
                     libthrowable-perl <!nocheck>,
                     libtry-tiny-perl <!nocheck>,
                     perl (>= 5.23.1)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libemail-sender-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libemail-sender-perl.git
Homepage: https://metacpan.org/release/Email-Sender
Rules-Requires-Root: no

Package: libemail-sender-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcapture-tiny-perl,
         libemail-abstract-perl,
         libemail-address-xs-perl,
         libemail-simple-perl,
         libmodule-runtime-perl,
         libmoo-perl (>= 2.000000),
         libmoox-types-mooselike-perl,
         libscalar-list-utils-perl (>= 1:1.45),
         libsub-exporter-perl,
         libthrowable-perl,
         libtry-tiny-perl,
         perl (>= 5.23.1)
Recommends: libauthen-sasl-perl
Description: Perl module for sending email
 Email::Sender is a Perl module provides an interface to send email via many
 backends, including sendmail, SMTP, delivering directly to mbox file, etc.
 .
 Email::Sender replaces the old and sometimes problematic Email::Send library
 (see libemail-send-perl), which did a decent job at handling very simple mail
 sending tasks, but was not suitable for serious use for a variety of reasons.