libdata-validate-struct-perl 0.12-1 source package in Ubuntu

Changelog

libdata-validate-struct-perl (0.12-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.12.

 -- gregor herrmann <email address hidden>  Sun, 12 Mar 2023 19:22:39 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-validate-struct-perl_0.12-1.dsc 2.5 KiB 0f022cb7e81c18806fa2949ebef98bf36690c95cc680c82f96750accef76e73e
libdata-validate-struct-perl_0.12.orig.tar.gz 12.3 KiB ac71a312af981ce52149d4db1a0649b3cb572fd25c79f2af546aa9328b26c9e8
libdata-validate-struct-perl_0.12-1.debian.tar.xz 2.2 KiB c5c2e18d4085816a072e29d8cc62f040aac4af7f0cc1dae85f42dde90ec29811

Available diffs

No changes file available.

Binary packages built by this source

libdata-validate-struct-perl: module to validate recursive hash structures

 Data::Validate::Struct validates a hash reference against a given hash
 structure. This is in contrast to Data::Validate in which you have to check
 each value separately.
 .
 The hash could be the result of a config parser or just any hash structure.
 E.g. the hash returned by XML::Simple could be validated using this module.
 You may also use it to validate CGI input; just fetch the input data from
 CGI, map it to a hash and validate it.