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

Last updated: May 17,2024

1. Install "libtest-nowarnings-perl" package

Please follow the step by step instructions below to install libtest-nowarnings-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libtest-nowarnings-perl" package

Here is a brief guide to show you how to uninstall libtest-nowarnings-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtest-nowarnings-perl
Priority: optional
Section: universe/perl
Installed-Size: 28
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.04-2
Depends: perl
Filename: pool/universe/libt/libtest-nowarnings-perl/libtest-nowarnings-perl_1.04-2_all.deb
Size: 10534
MD5sum: 3b50d0cdbd1ff36fee9d99ee34afbb5f
SHA1: 8e49e366024266f9c237807e5460187a3d169b86
SHA256: 53ca3ded1f64e88da7ac30dddaecd850db27e3d40b69c1df44ecc4fc68ddf2a9
Description-en: module to make sure you didn't emit any warnings while testing
In general, your tests shouldn't produce warnings. This module causes any
warnings to be captured and stored. It automatically adds an extra test that
will run when your script ends to check that there were no warnings. If there
were any warnings, the test will give a "not ok" and diagnostics of where, when
and what the warning was, including a stack trace of what was going on when
it occurred.
.
If some of your tests are supposed to produce warnings then you should be
capturing and checking them with Test::Warn, that way Test::NoWarnings will
not see them and so not complain.
.
The test is run by an END block in Test::NoWarnings. It will not be run when
any forked children exit.
Description-md5: 5bcfb627a3d672bb6dceba5131f2584c
Homepage: https://metacpan.org/release/Test-NoWarnings
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu