libhtml-form-perl 6.10-1 source package in Ubuntu

Changelog

libhtml-form-perl (6.10-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 6.10.

 -- gregor herrmann <email address hidden>  Mon, 22 Aug 2022 16:24:36 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhtml-form-perl_6.10-1.dsc 2.4 KiB 775840cc66f483f22f6a722b79da6d9ad59e81e6c7dea21f1c6caf1309f7c439
libhtml-form-perl_6.10.orig.tar.gz 41.9 KiB df8393e35e495a0839f06a63fb65d6922842c180d260554137728a9f092df9d3
libhtml-form-perl_6.10-1.debian.tar.xz 2.6 KiB aa269ed65fdf205101cc3829c605875c9ce321c1d107c40a72af8902a409144f

Available diffs

No changes file available.

Binary packages built by this source

libhtml-form-perl: module that represents an HTML form element

 Objects of the HTML::Form class represents a single HTML <form> ... </form>
 instance. A form consists of a sequence of inputs that usually have names,
 and which can take on various values. The state of a form can be tweaked and
 it can then be asked to provide HTTP::Request objects that can be passed to
 the request() method of LWP::UserAgent.