File: control

package info (click to toggle)
libtest-www-mechanize-cgiapp-perl 0.05-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 353; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,302 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
Source: libtest-www-mechanize-cgiapp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
                     libcgi-application-perl,
                     libtest-www-mechanize-perl,
                     libhttp-request-ascgi-perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-www-mechanize-cgiapp-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-www-mechanize-cgiapp-perl.git
Homepage: https://metacpan.org/release/Test-WWW-Mechanize-CGIApp
Rules-Requires-Root: no

Package: libtest-www-mechanize-cgiapp-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libcgi-application-perl,
         libtest-www-mechanize-perl,
         libhttp-request-ascgi-perl
Description: Test CGI::Application apps using WWW::Mechanize
 Test::WWW::Mechanize::CGIApp makes testing CGIApp based modules fast
 and easy.  It takes advantage of Test::WWW::Mechanize to provide
 functions for common web testing scenarios.