File: control

package info (click to toggle)
libtest-async-http-perl 0.02-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 342; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,186 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
Source: libtest-async-http-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrej Shadura <andrewsh@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libfuture-perl <!nocheck>,
                     libhttp-message-perl <!nocheck>,
                     libtest-identity-perl <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-async-http-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-async-http-perl.git
Homepage: https://metacpan.org/release/Test-Async-HTTP

Package: libtest-async-http-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libfuture-perl,
         libhttp-message-perl
Description: unit test code that uses Net::Async::HTTP
 Test::Async::HTTP implements a mock version of Net::Async::HTTP suitable for
 unit tests that virtualises the actual HTTP request/response cycle, allowing
 the unit test script to inspect the requests made and provide responses to
 them.