libplack-test-agent-perl 1.5-2 source package in Ubuntu

Changelog

libplack-test-agent-perl (1.5-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 11:51:32 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libplack-test-agent-perl_1.5-2.dsc 2.4 KiB 7d56ed20164e049289375e6b1f8325ee8733288f6b56a1715919db902e74d2da
libplack-test-agent-perl_1.5.orig.tar.gz 25.4 KiB 3816dc777c869d86c993ecbcb39c9089663de0dc85302376c9f1a61486522545
libplack-test-agent-perl_1.5-2.debian.tar.xz 2.2 KiB 4f670154723aaad67ed80f74743e9343e4e479888ffc94c3c3dcb9e86acdd054

Available diffs

No changes file available.

Binary packages built by this source

libplack-test-agent-perl: OO interface for testing low-level Plack/PSGI apps

 Plack is a set of tools similar to Ruby's Rack or Python's Paste for WSGI.
 It implements the Perl Server Gateway Interface (PSGI) standard interface,
 which allows developers to decouple their web application framework from
 the local web server environment.
 .
 Plack::Test::Agent is an OO interface to test PSGI applications. It can
 perform GET and POST requests against PSGI applications either in process or
 over HTTP through a Plack::Handler-compatible backend.
 .
 This is an experimental module and its interface may change.