Source: libtest-lwp-useragent-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann 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.