libcgi-formbuilder-source-yaml-perl 1.0.8-5 source package in Ubuntu

Changelog

libcgi-formbuilder-source-yaml-perl (1.0.8-5) 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.

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

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

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

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.

 -- Jelmer Vernooij <email address hidden>  Fri, 10 Jun 2022 00:49:38 +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
libcgi-formbuilder-source-yaml-perl_1.0.8-5.dsc 2.3 KiB 6ec6c27ad45c0372d4aeebc5145c4460777c19325c97ae3e733eeb63ea4e650c
libcgi-formbuilder-source-yaml-perl_1.0.8.orig.tar.gz 5.1 KiB 2e77da1b6485f1cd18ef66bda8264e7ace8be1b450944ccfd1f1ee367f40383c
libcgi-formbuilder-source-yaml-perl_1.0.8-5.debian.tar.xz 2.7 KiB 7b37d49c0dedd10b9519c185978eb3979153596c42de730b0c2cbe21e23b95e7

Available diffs

No changes file available.

Binary packages built by this source

libcgi-formbuilder-source-yaml-perl: module to initialize FormBuilder applications from YAML files

 CGI::FormBuilder::Source::YAML reads a YAML file containing CGI::FormBuilder
 configuration options and returns a hash that can be directly fed into the
 application initialization method CGI::FormBuilder->new().
 .
 It uses YAML::Syck as YAML backend, allowing full data structure
 specification as well as code fragment specification. This is particularly
 useful if you need to define validation callbacks, as if often desired
 in CGI::FormBuilder applications.