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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: libwww-mechanize-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
gregor herrmann <gregoa@debian.org>,
Ansgar Burchardt <ansgar@debian.org>,
Florian Schlichting <fsfs@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
debhelper-compat (= 13),
Build-Depends-Indep:
dh-sequence-shell-completions,
libhtml-form-perl <!nocheck>,
libhtml-parser-perl <!nocheck>,
libhtml-tree-perl <!nocheck>,
libhttp-cookies-perl <!nocheck>,
libhttp-daemon-perl <!nocheck>,
libhttp-message-perl (>= 7.01) <!nocheck>,
libio-socket-ssl-perl <!nocheck>,
libpath-tiny-perl <!nocheck>,
libtest-deep-perl <!nocheck>,
libtest-fatal-perl <!nocheck>,
libtest-memory-cycle-perl <!nocheck>,
libtest-output-perl <!nocheck>,
libtest-pod-coverage-perl <!nocheck>,
libtest-pod-perl <!nocheck>,
libtest-warnings-perl <!nocheck>,
liburi-perl <!nocheck>,
libwww-perl <!nocheck>,
netbase <!nocheck>,
perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libwww-mechanize-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libwww-mechanize-perl.git
Homepage: https://metacpan.org/release/WWW-Mechanize
Package: libwww-mechanize-perl
Architecture: all
Depends:
${misc:Depends},
${perl:Depends},
libcgi-pm-perl,
libhtml-form-perl,
libhtml-parser-perl,
libhtml-tree-perl,
libhttp-cookies-perl,
libhttp-message-perl (>= 7.01),
liburi-perl,
libwww-perl,
Recommends:
libio-socket-ssl-perl,
Description: module to automate interaction with websites
WWW::Mechanize, or Mech for short, helps you automate interaction with
a website. It supports performing a sequence of page fetches including
following links and submitting forms. Each fetched page is parsed and
its links and forms are extracted. A link or a form can be selected, form
fields can be filled and the next page can be fetched. Mech also stores
a history of the URLs you've visited, which can be queried and revisited.
|