1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: libhtml-form-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Angel Abad <angel@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
debhelper-compat (= 13),
Build-Depends-Indep:
libhtml-parser-perl <!nocheck>,
libhttp-message-perl (>= 7.01) <!nocheck>,
libtest-warnings-perl <!nocheck>,
liburi-perl <!nocheck>,
perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-form-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-form-perl.git
Homepage: https://metacpan.org/release/HTML-Form
Package: libhtml-form-perl
Architecture: all
Depends:
${misc:Depends},
${perl:Depends},
libhtml-parser-perl,
libhttp-message-perl (>= 7.01),
liburi-perl,
Description: 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.
|