File: control

package info (click to toggle)
libdata-validate-email-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 148 kB
  • sloc: perl: 247; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 1,219 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
Source: libdata-validate-email-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
                     libdata-validate-domain-perl,
                     libemail-address-xs-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdata-validate-email-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdata-validate-email-perl.git
Homepage: https://metacpan.org/release/Data-Validate-Email

Package: libdata-validate-email-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libdata-validate-domain-perl,
         libemail-address-xs-perl
Description: validator for email addresses written in Perl
 Data::Validate::Email collects common email validation routines to make input
 validation and untainting easier and more readable.
 .
 The main purpose of this module is to check if a mail address is valid and
 compliant with RFC822.
 .
 The module will also check if the domain is a proper one using
 Data::Validate::Domain.