1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libdata-validate-email-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), quilt
Build-Depends-Indep: perl (>= 5.6.0-12), libdata-validate-domain-perl (>= 0.04), libemail-address-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Radici <antonio@dyne.org>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Data-Validate-Email/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-validate-email-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-validate-email-perl/
Package: libdata-validate-email-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libdata-validate-domain-perl (>= 0.04), libemail-address-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 a valid
mail address and if it is compliant with RFC822
.
The module will also check if the domain is a proper one using
Data::Validate::Domain.
|