libplack-test-anyevent-perl 0.08-2 source package in Ubuntu

Changelog

libplack-test-anyevent-perl (0.08-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper dependency to >= 9, since that's what is used in
    debian/compat.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.4.1, no changes needed.
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Fri, 09 Dec 2022 17:43:33 +0000

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-anyevent-perl_0.08-2.dsc 2.3 KiB f6157c00df6cec11114b0cbf4c15f1b4d9e8f5a340f012030a12ef35b587e0b6
libplack-test-anyevent-perl_0.08.orig.tar.gz 16.8 KiB d3969a8bf5326cfdde37e0e701e0b20c1acfdf543b8b8c425135f2b7ee0429c1
libplack-test-anyevent-perl_0.08-2.debian.tar.xz 3.9 KiB 1c61652b3eccef36d1eb4573716e044d6fba1b3d4bd151fdf2e695811ee9e380

Available diffs

No changes file available.

Binary packages built by this source

libplack-test-anyevent-perl: run Plack::Test on AnyEvent-based PSGI applications

 Plack::Test::AnyEvent allows you to easily test
 your AnyEvent-based PSGI applications.
 Normally,
 Plack::Test::MockHTTP or Plack::Test::Server work fine for this,
 but this implementation comes in handy
 when you'd like to test your streaming results as they come in,
 or if your application uses long-polling.
 For non-streaming requests,
 you can use this module exactly like Plack::Test::MockHTTP;
 otherwise, you can set up a content handler and call $res->recv.
 The event loop will then run
 until the PSGI application closes its writer handle
 or until your test client calls send on the response.