File: control

package info (click to toggle)
libcgi-untaint-email-perl 0.03-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 68 kB
  • sloc: perl: 27; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,215 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
24
25
26
27
28
29
30
Source: libcgi-untaint-email-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: extra
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libcgi-pm-perl | perl (<< 5.19),
                     libcgi-untaint-perl,
                     libemail-valid-perl,
                     libmailtools-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-untaint-email-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-untaint-email-perl.git
Homepage: https://metacpan.org/release/CGI-Untaint-email

Package: libcgi-untaint-email-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-untaint-perl,
         libemail-valid-perl,
         libmailtools-perl
Recommends: libcgi-pm-perl | perl (<< 5.19)
Description: input handler for CGI::Untaint to validate an email address
 CGI::Untaint::email is an input handler for CGI::Untaint that validates an
 email address according to RFC2822, using Email::Valid.
 .
 The resulting value will be an Mail::Address instance.