File: control

package info (click to toggle)
libwww-mechanize-perl 1.83-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 808 kB
  • ctags: 144
  • sloc: perl: 2,861; makefile: 4
file content (62 lines) | stat: -rw-r--r-- 2,607 bytes parent folder | download
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
59
60
61
62
Source: libwww-mechanize-perl
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
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libcgi-pm-perl (>= 4.32),
                     libhtml-form-perl,
                     libhtml-parser-perl,
                     libhtml-tree-perl,
                     libhttp-cookies-perl,
                     libhttp-daemon-perl,
                     libhttp-message-perl,
                     libhttp-server-simple-perl,
                     libio-socket-ssl-perl,
                     libtest-deep-perl,
                     libtest-exception-perl,
                     libtest-fatal-perl,
                     libtest-memory-cycle-perl,
                     libtest-needs-perl,
                     libtest-nowarnings-perl,
                     libtest-output-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     libtest-requiresinternet-perl,
                     libtest-taint-perl,
                     libtest-warn-perl,
                     libtest-warnings-perl,
                     liburi-perl,
                     libwww-perl,
                     netbase
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libwww-mechanize-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libwww-mechanize-perl.git
Homepage: https://metacpan.org/release/WWW-Mechanize

Package: libwww-mechanize-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libcgi-pm-perl (>= 4.32),
         libhtml-form-perl,
         libhtml-parser-perl,
         libhtml-tree-perl,
         libhttp-cookies-perl,
         libhttp-daemon-perl,
         libhttp-message-perl,
         libhttp-server-simple-perl,
         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.