How to Install and Uninstall libplack-test-anyevent-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libplack-test-anyevent-perl" package

Please follow the guidance below to install libplack-test-anyevent-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libplack-test-anyevent-perl

2. Uninstall "libplack-test-anyevent-perl" package

This guide covers the steps necessary to uninstall libplack-test-anyevent-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libplack-test-anyevent-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libplack-test-anyevent-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libplack-test-anyevent-perl
Priority: optional
Section: universe/perl
Installed-Size: 41
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.06-1
Depends: perl, libanyevent-perl, libplack-perl
Filename: pool/universe/libp/libplack-test-anyevent-perl/libplack-test-anyevent-perl_0.06-1_all.deb
Size: 13636
MD5sum: 1e35b9d69bb31ef29b400d8939a94618
SHA1: 0b2507985aa006b633db949459d5d27b3a231ff5
SHA256: 9246da6e81e72de64a5713da852c1f7bc2eb5a7f7f2aa636a4ae8dafa3efbd85
Description-en: 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.
Description-md5: 43415f369f18e101a1330caa5556d60b
Homepage: https://github.com/hoelzro/plack-test-anyevent
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu