File: control

package info (click to toggle)
libtest-lwp-useragent-perl 0.033-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 424 kB
  • sloc: perl: 556; makefile: 10
file content (49 lines) | stat: -rw-r--r-- 2,056 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
41
42
43
44
45
46
47
48
49
Source: libtest-lwp-useragent-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: libhttp-date-perl,
                     libhttp-message-perl,
                     libjson-perl | libjson-xs-perl,
                     libmoose-perl,
                     libnamespace-clean-perl,
                     libpath-tiny-perl,
                     libplack-perl,
                     libsafe-isa-perl,
                     libtest-deep-perl,
                     libtest-fatal-perl,
                     libtest-needs-perl,
                     libtest-requiresinternet-perl,
                     libtest-warnings-perl,
                     libtry-tiny-perl,
                     liburi-perl,
                     libwww-perl,
                     perl,
                     perl (>= 5.15.7) | libcpan-meta-requirements-perl (>= 2.113640)
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-lwp-useragent-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-lwp-useragent-perl.git
Homepage: https://metacpan.org/release/Test-LWP-UserAgent

Package: libtest-lwp-useragent-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhttp-date-perl,
         libhttp-message-perl,
         libnamespace-clean-perl,
         libsafe-isa-perl,
         libtry-tiny-perl,
         liburi-perl,
         libwww-perl
Description: module for simulating and testing network calls
 Test::LWP::UserAgent useful for testing PSGI applications, for simulating a
 server so as to test client code, route some or all requests through the
 network as normal, but still gain the hooks provided by this class to test
 what was sent and received.
 .
 Note that LWP::UserAgent itself is not monkey-patched - use this module (or
 a subclass) to send request, or it cannot be caught and processed.