On 21/02/2020 02:20, Jeremie Courreges-Anglas wrote:
On Fri, Feb 21 2020, Paco Esteban <p...@e1e0.net> wrote:
Hi ports@
This is a slightly modified version of a port I sent a long time ago:
https://marc.info/?l=openbsd-ports&m=154246569216247&w=2
That even got an ok:
https://marc.info/?l=openbsd-ports&m=154843970711942&w=2
About the port:
This module is a subclass of LWP::UserAgent which overrides a few
key low-level methods that are concerned with actually sending your
request over the network, allowing an interception of that request and
simulating a particular response. This greatly facilitates testing of
client networking code where the server follows a known protocol.
All test pass for me on amd64.
comments and/or ok appreciated.
With Makefile following the order of Makefile.template, ok jca@.
Having a consistent order helps when you're looking at lots of ports.
Updated tarball attached.
ok benoit@