libhtml-fillinform-perl 2.22-1 source package in Ubuntu

Changelog

libhtml-fillinform-perl (2.22-1) unstable; urgency=medium

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

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Remove obsolete field Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.

  [ gregor herrmann ]
  * Import upstream version 2.22.
  * Update debian/upstream/metadata.
  * Update years of packaging copyright.
  * Update years of upstream copyright.
  * Update Upstream-Contact.
  * Declare compliance with Debian Policy 4.6.0.
  * Drop unneeded alternatives from (build) dependencies.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Wed, 29 Sep 2021 21:21:15 +0200

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhtml-fillinform-perl_2.22-1.dsc 2.5 KiB f1c00e91283372ef3dc765a2633b232704a2247dea06594102e35da705b143a3
libhtml-fillinform-perl_2.22.orig.tar.gz 37.4 KiB 10eee5f30e736342c25a24fa68704d7f4535f5a562922bb8d8cb85fb6d42a4d8
libhtml-fillinform-perl_2.22-1.debian.tar.xz 3.2 KiB f0b7adb48710fd603b52e5eddf132d2f0d5f6e1f1e2f1964578cd19d795aede3

Available diffs

No changes file available.

Binary packages built by this source

libhtml-fillinform-perl: module for populating HTML forms with data

 HTML::FillInForm automatically inserts data from a previous HTML form into
 the HTML input, textarea, radio buttons, checkboxes and select tags. It is a
 subclass of HTML::Parser and uses it to parse the HTML and insert the values
 into the form tags.
 .
 One useful application is after a user submits an HTML form without
 filling out a required field. HTML::FillInForm can be used to
 redisplay the HTML form with all the form elements containing the
 submitted info.