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

Changelog

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

  * Team upload.
  * Import upstream version 6.11.
  * New test dependency: Test::Warnings.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Tue, 14 Feb 2023 22:48:54 +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 main perl
Noble release main perl
Mantic release main perl
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhtml-form-perl_6.11-1.dsc 2.4 KiB a3474ca906fd3582d48dc19b750cb4e13113a5125b4d8d5cf06637a273702631
libhtml-form-perl_6.11.orig.tar.gz 43.8 KiB 43bfaa7087393487d2d51261a1aa7f6f81a97b1d8fef7a48fcf6ef32b16d6454
libhtml-form-perl_6.11-1.debian.tar.xz 2.7 KiB c08034e6a5ea7ca9425290ccdda29c5a3d7593838e64311356c42d0fa806e829

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.