File: control

package info (click to toggle)
libtest-www-mechanize-psgi-perl 0.39-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 256 kB
  • sloc: perl: 358; makefile: 2; sh: 1
file content (35 lines) | stat: -rw-r--r-- 1,211 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
Source: libtest-www-mechanize-psgi-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 libplack-perl <!nocheck>,
 libtest-www-mechanize-perl <!nocheck>,
 libtry-tiny-perl <!nocheck>,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-www-mechanize-psgi-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-www-mechanize-psgi-perl
Homepage: https://metacpan.org/release/Test-WWW-Mechanize-PSGI
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libtest-www-mechanize-psgi-perl
Architecture: all
Depends:
 libplack-perl,
 libtest-www-mechanize-perl,
 libtry-tiny-perl,
 ${misc:Depends},
 ${perl:Depends},
Description: test PSGI programs using WWW::Mechanize
 Test::WWW::Mechanize is a subclass of WWW::Mechanize
 that incorporates features for web application testing.
 The Test::WWW::Mechanize::PSGI module meshes the two
 to allow easy testing of PSGI applications.
 .
 PSGI is a specification to decouple web server environments
 from web application framework code.