libtest-lwp-useragent-perl 0.036-1 source package in Ubuntu

Changelog

libtest-lwp-useragent-perl (0.036-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 0.036.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.0.

 -- gregor herrmann <email address hidden>  Thu, 20 Jan 2022 20:36:41 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-lwp-useragent-perl_0.036-1.dsc 2.9 KiB 7e2d996b89e6f3beaaf5b9b392761beaaa74516d27c28fcb628d4b189dcabb87
libtest-lwp-useragent-perl_0.036.orig.tar.gz 49.5 KiB 05327530d346b80a61a6e943fbd749986bdca89211a4eb301c08c2d179314e11
libtest-lwp-useragent-perl_0.036-1.debian.tar.xz 3.3 KiB a459d41c6cbdfa353f3a2f1e693efb4e6ae56a00dea6c07c24681fe96038fff8

Available diffs

No changes file available.

Binary packages built by this source

libtest-lwp-useragent-perl: 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.