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: optional
Build-Depends: debhelper-compat (= 13)
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://salsa.debian.org/perl-team/modules/packages/libcgi-untaint-email-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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.
|