libcgi-application-plugin-formstate-perl 0.12-3 source package in Ubuntu

Changelog

libcgi-application-plugin-formstate-perl (0.12-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 Jaldhar H. Vyas from Uploaders. Thanks for your work!

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

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

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

 -- Jelmer Vernooij <email address hidden>  Fri, 10 Jun 2022 00:36:48 +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-application-plugin-formstate-perl_0.12-3.dsc 2.4 KiB 594789453703f2a3436eb7f0d996cc3af0f5e8608ce5984d5f4e94b7c12f253c
libcgi-application-plugin-formstate-perl_0.12.orig.tar.gz 13.0 KiB 9286ac034ecc666d52de5de621bbeb8e3cb052b23c076e544c2cc346edf6ca27
libcgi-application-plugin-formstate-perl_0.12-3.debian.tar.xz 2.7 KiB 02096c1cd3894a56de3d29962dc5b522fe454904026e8c4de147a3ec5d72b506

Available diffs

No changes file available.

Binary packages built by this source

libcgi-application-plugin-formstate-perl: plugin to store form state without hidden fields

 CGI::Application::Plugin::FormState provides a temporary storage area within
 the user's session for storing form-related data. The main use of this is for
 multi-page forms. Instead of using hidden fields to store data related to the
 form, you store and retrieve values from the form state.