libhtml-form-perl 6.04-2 source package in Ubuntu
Changelog
libhtml-form-perl (6.04-2) unstable; urgency=medium * Team upload. * Annotate test-only build dependencies with <!nocheck>. * Declare compliance with Debian Policy 4.4.0. * Drop unneeded ancient Replaces/Breaks. * Bump debhelper-compat to 12. * debian/watch: use uscan version 4. * Remove obsolete fields Name, Contact from debian/upstream/metadata. -- gregor herrmann <email address hidden> Fri, 06 Sep 2019 20:09:44 +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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libhtml-form-perl_6.04-2.dsc | 2.4 KiB | 892d7d6bb3e6a05e43acd9939ba53caf9ec9afed3672d776c70fcf2ae3f103ed |
libhtml-form-perl_6.04.orig.tar.gz | 43.9 KiB | 9cd557a8b61b9a98deceff259c4fb1d82df729ff9d0388f655b364dd16480080 |
libhtml-form-perl_6.04-2.debian.tar.xz | 2.4 KiB | eebc9de9a5de95783e38fa12b1b2b40e6633630da9c0bd48787a6b6cf4d78f9b |
Available diffs
- diff from 6.04-1 to 6.04-2 (1.3 KiB)
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.