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

Changelog

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

  * Import upstream version 0.033.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.0.0.

 -- gregor herrmann <email address hidden>  Thu, 03 Aug 2017 22:50:14 -0400

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
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-lwp-useragent-perl_0.033-1.dsc 2.6 KiB 18ad9d7ca6d8caf4b5556f252e7a16ea4e72637d781e58817f8cbc0c307c9bd5
libtest-lwp-useragent-perl_0.033.orig.tar.gz 46.4 KiB 4bb7c74377d80f71e681c0aaf4c8d6cb511a22e3538c12f625595e578c94d20d
libtest-lwp-useragent-perl_0.033-1.debian.tar.xz 2.9 KiB 41ac2b52af3e046e5694169b17a3e189e2a2aa8eef6ddafb1bfb8b6b44f5b901

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.