libdata-validate-email-perl 0.06-2 source package in Ubuntu

Changelog

libdata-validate-email-perl (0.06-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * Add patch to use Email::Address::XS instead of Email::Address.
    Thanks to Pali Rohár for the bug report and the patch.
    (Closes: #887538)
  * debian/control: libemail-address-perl → libemail-address-xs-perl.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.1.5.
  * Bump debhelper compatibility level to 10.

 -- gregor herrmann <email address hidden>  Sun, 22 Jul 2018 16:29:16 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl
Focal release universe perl

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-validate-email-perl_0.06-2.dsc 2.3 KiB 3cbaf669e222b7016797f1f074ce9379157e476580dc11fc4cb2a76466bbf834
libdata-validate-email-perl_0.06.orig.tar.gz 9.4 KiB d051524c7837d1ce8f187b29591c7c4ab363d1458048f3f2de411dd1d846a91e
libdata-validate-email-perl_0.06-2.debian.tar.xz 3.1 KiB bba3128488d0593f635c3af45dd4f821e321f8f7b91abecca17b64bd604874d9

Available diffs

No changes file available.

Binary packages built by this source

libdata-validate-email-perl: 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.