How to Install and Uninstall libtest-nowarnings-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 08,2024

1. Install "libtest-nowarnings-perl" package

Please follow the guidance below to install libtest-nowarnings-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libtest-nowarnings-perl" package

Please follow the guidance below to uninstall libtest-nowarnings-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libtest-nowarnings-perl package on Ubuntu 21.10 (Impish Indri)

Package: libtest-nowarnings-perl
Architecture: all
Version: 1.04-2
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 28
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
SHA512: ee489e306c8eabc135da0f16ddf81c5d43d00433ecc530a206b37cfe3c2e59c4b9aa76f2fc9afd4c6e76e6d1f28f88b2a5b3b2c220dcf197a146296a6974b0d1
Homepage: https://metacpan.org/release/Test-NoWarnings
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