File: control

package info (click to toggle)
libemail-valid-perl 1.202-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 328 kB
  • ctags: 22
  • sloc: perl: 3,163; makefile: 7
file content (32 lines) | stat: -rw-r--r-- 1,286 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
Source: libemail-valid-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Krzysztof Krzyzaniak (eloy) <eloy@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libmailtools-perl,
                     libnet-dns-perl,
                     libnet-domain-tld-perl,
                     netbase
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libemail-valid-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libemail-valid-perl.git
Homepage: https://metacpan.org/release/Email-Valid

Package: libemail-valid-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmailtools-perl,
         libnet-dns-perl,
         libnet-domain-tld-perl,
         netbase
Description: Perl module for checking the validity of Internet email addresses
 Email::Valid determines whether an email address is well-formed, and
 optionally, whether a mail host exists for the domain.
 .
 Please note that there is no way to determine whether an address targets
 a valid recipient without actually attempting to deliver a message.