libformvalidator-simple-perl 0.29-3 source package in Ubuntu

Changelog

libformvalidator-simple-perl (0.29-3) unstable; urgency=medium

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

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Nathan Handler from Uploaders. Thanks for your work!

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

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

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Add missing build dependency on libmodule-install-perl.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Tue, 14 Jun 2022 21:41:02 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libformvalidator-simple-perl_0.29-3.dsc 2.5 KiB 58661347eaa60d0f5863033ad6063821942bd29ccc18638b6a8bb9825c968709
libformvalidator-simple-perl_0.29.orig.tar.gz 45.4 KiB fc3a63dc54b962d74586070176adaf5be869f09b561bb30f5fd32ef531792666
libformvalidator-simple-perl_0.29-3.debian.tar.xz 3.6 KiB 986cdab418718aa772e5f5328fcefda92f42e0056c26930a9924531588324fb6

Available diffs

No changes file available.

Binary packages built by this source

libformvalidator-simple-perl: module for validating forms with simple chains of constraints

 FormValidator::Simple provides you a sweet way of form data validation with
 simple constraints chains. You can write constraints on single line for each
 input data.
 .
 This idea is based on Sledge::Plugin::Validator, and most of validation code
 is borrowed from this plugin.