How to Install and Uninstall libtest-warnings-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libtest-warnings-perl" package

Learn how to install libtest-warnings-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtest-warnings-perl

2. Uninstall "libtest-warnings-perl" package

This guide let you learn how to uninstall libtest-warnings-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libtest-warnings-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtest-warnings-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtest-warnings-perl
Priority: optional
Section: universe/perl
Installed-Size: 47
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.026-1
Depends: perl
Breaks: libfile-pushd-perl (<< 1.004)
Filename: pool/universe/libt/libtest-warnings-perl/libtest-warnings-perl_0.026-1_all.deb
Size: 15818
MD5sum: 9817fc8cd30e2d2b92c9a77dd575e617
SHA1: ed2140ba9c7aac20aa4439c6e7040f88edded76e
SHA256: 8e8cb9d96f9e026f597cbd506828be70a6e440bc9677b94f48be63853bdd9652
Description-en: Perl module to test for warnings and the lack of them
If you've ever tried to use Test::NoWarnings to confirm there are no
warnings generated by your tests, combined with the convenience of
done_testing to not have to declare a test count, you'll have
discovered that these two features do not play well together, as the
test count will be calculated before the warnings test is run,
resulting in a TAP error.
.
Test::Warnings is intended to be used as a drop-in replacement for
Test::NoWarnings. It can also be used as a replacement for Test::Warn,
if you wish to test the content of expected warnings.
Description-md5: 4e8345d765536530b38b8fa0877f7b3d
Homepage: https://metacpan.org/release/Test-Warnings
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu