File: control

package info (click to toggle)
libtest-www-mechanize-perl 1.48-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 336 kB
  • ctags: 70
  • sloc: perl: 2,145; makefile: 4
file content (46 lines) | stat: -rw-r--r-- 1,931 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
Source: libtest-www-mechanize-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Peter Pentchev <roam@ringlet.net>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libcarp-assert-more-perl,
                     libhtml-lint-perl,
                     libhtml-parser-perl,
                     libhttp-server-simple-perl,
                     libtest-longstring-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     liburi-perl,
                     libwww-mechanize-perl,
                     libwww-perl,
                     netbase,
                     libcgi-pm-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-www-mechanize-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-www-mechanize-perl.git
Homepage: https://metacpan.org/release/Test-WWW-Mechanize

Package: libtest-www-mechanize-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libcarp-assert-more-perl,
         libhtml-parser-perl,
         libhttp-server-simple-perl,
         libtest-longstring-perl,
         liburi-perl,
         libwww-mechanize-perl,
         libwww-perl
Recommends: libhtml-lint-perl
Description: module for testing web applications
 Test::WWW::Mechanize is a Perl module framework for testing web applications.
 It extends the functionality of WWW::Mechanize (see libwww-mechanize-perl) by
 subclassing it, providing additional features for testing web applications.
 In particular, it provides much nicer diagnostics upon failure.