File: control

package info (click to toggle)
libplack-test-agent-perl 1.4-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 252 kB
  • ctags: 12
  • sloc: perl: 520; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,333 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
Source: libplack-test-agent-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Shadura <andrewsh@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep:
 libhttp-cookies-perl,
 libhttp-message-perl,
 libhttp-server-simple-psgi-perl,
 libmodern-perl-perl,
 libplack-perl,
 libtest-memory-cycle-perl,
 libtest-requires-perl,
 libtest-tcp-perl,
 libtest-www-mechanize-perl,
 perl
Standards-Version: 4.0.0
Homepage: https://metacpan.org/release/Plack-Test-Agent

Package: libplack-test-agent-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libhttp-message-perl,
 libplack-perl,
 libtest-tcp-perl,
 libtest-www-mechanize-perl
Description: OO interface for testing low-level Plack/PSGI apps
 Plack is a set of tools similar to Ruby's Rack or Python's Paste for WSGI.
 It implements the Perl Server Gateway Interface (PSGI) standard interface,
 which allows developers to decouple their web application framework from
 the local web server environment.
 .
 Plack::Test::Agent is an OO interface to test PSGI applications. It can
 perform GET and POST requests against PSGI applications either in process or
 over HTTP through a Plack::Handler-compatible backend.
 .
 This is an experimental module and its interface may change.