File: control

package info (click to toggle)
libtest-www-mechanize-cgiapp-perl 0.05-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: perl: 353; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,295 bytes parent folder | download | duplicates (2)
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 (>= 10)
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.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-www-mechanize-cgiapp-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/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.