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 34 35 36 37
|
Source: libwww-mechanize-formfiller-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
gregor herrmann <gregoa@debian.org>,
Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdata-random-perl <!nocheck>,
libfile-slurp-perl <!nocheck>,
libhtml-form-perl <!nocheck>,
libtest-mockobject-perl <!nocheck>,
libwww-perl <!nocheck>,
perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libwww-mechanize-formfiller-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libwww-mechanize-formfiller-perl.git
Homepage: https://metacpan.org/release/WWW-Mechanize-FormFiller
Rules-Requires-Root: no
Package: libwww-mechanize-formfiller-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libdata-random-perl
Recommends: libhtml-form-perl,
libwww-mechanize-perl,
libwww-perl
Description: framework to automate HTML forms
WWW::Mechanize::FormFiller is intended as a simple way to fill out HTML forms
from a set of predetermined values. You set up the form filler with value
elements, retrieve the HTML form, and let the form filler loose on that form.
.
There are value classes provided for many tasks - fixed values, values
to be queried interactively from the user, values taken randomly from
a list of values and values specified through a callback to some Perl code.
|