libhtml-fillinform-perl 2.21-2 source package in Ubuntu

Changelog

libhtml-fillinform-perl (2.21-2) unstable; urgency=medium

  * Team upload.

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

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Niko Tyni ]
  * Update to debhelper compat level 10
  * Update to Standards-Version 4.1.3
  * Declare that the package does not need (fake)root to build
  * Add Testsuite declaration for autopkgtest-pkg-perl

 -- Niko Tyni <email address hidden>  Mon, 29 Jan 2018 20:14:19 +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
Focal release universe perl
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhtml-fillinform-perl_2.21-2.dsc 2.2 KiB f218b43dcaed85958435862c475fb20f79201d398fc111b012e2cacc5d83e1ce
libhtml-fillinform-perl_2.21.orig.tar.gz 17.4 KiB d3af183cc8327614f1192929f4f0919b6e9725fc19c6f3730ce556a8daea6cf6
libhtml-fillinform-perl_2.21-2.debian.tar.xz 3.1 KiB c3a68feb19cac0148b2f147d9ae0c8e37d2871e3e4c2c6e091f8115d3f128499

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.