libdata-formvalidator-perl 4.88-1 source package in Ubuntu

Changelog

libdata-formvalidator-perl (4.88-1) unstable; urgency=medium

  [ gregor herrmann ]
  * Rename autopkgtest configuration file(s) as per new pkg-perl-
    autopkgtest schema.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * Change bugtracker URL(s) to HTTPS.
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Remove Rene Mayorga from Uploaders. Thanks for your work!

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Damyan Ivanov ]
  * New upstream version 4.88
  * drop wording.patch applied upstream
  * update upstream contact and copyrights
  * bump debhelper compatibility level to 9
  * drop (build) dependency on libperl6-junction-perl
  * bump build dependency on libcgi-pm-perl to 4.35 and remove the perl (<<
    5.19~) alternative
  * declare conformance with Policy 4.1.1 (no changes needed)

 -- Damyan Ivanov <email address hidden>  Tue, 24 Oct 2017 13:59:13 +0000

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
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-formvalidator-perl_4.88-1.dsc 2.5 KiB 619a62ea13e1d853af04cce498dea732856ee765ad50bc6157511b40e62d4828
libdata-formvalidator-perl_4.88.orig.tar.gz 97.5 KiB c1a539f91c92cbcd8a8d83597ec9a7643fcd8ccf5a94e15382c3765289170066
libdata-formvalidator-perl_4.88-1.debian.tar.xz 5.4 KiB 7b32b64de16fc209b0da4a23c039f1eb8dad72557be588919fcf0dd201681a59

Available diffs

No changes file available.

Binary packages built by this source

libdata-formvalidator-perl: module to validate user input, mainly for HTML forms

 Data::FormValidator is a Perl module that presents users template-generated
 forms that can be automatically validated later. It lets you define profiles
 which declare required an optional fields, as well as any field constraints.
 Results are provided as an object, which makes it easy to handle missing and
 invalid results, return error messages, or process valid data.