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.
