How to Install and Uninstall perl-Test-Strict Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-Test-Strict" package

Please follow the guidance below to install perl-Test-Strict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Test-Strict

2. Uninstall "perl-Test-Strict" package

Please follow the guidance below to uninstall perl-Test-Strict on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-Strict

3. Information about the perl-Test-Strict package on openSuSE Tumbleweed

Information for package perl-Test-Strict:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Strict
Version : 0.52-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 45.8 KiB
Installed : No
Status : not installed
Source package : perl-Test-Strict-0.52-2.2.src
Upstream URL : https://metacpan.org/release/Test-Strict
Summary : Check syntax, presence of use strict; and test coverage
Description :
The most basic test one can write is "does it compile ?". This module tests
if the code compiles and play nice with Test::Simple modules.
Another good practice this module can test is to "use strict;" in all perl
files.
By setting a minimum test coverage through 'all_cover_ok()', a code author
can ensure his code is tested above a preset level of _kwality_ throughout
the development cycle.
Along with Test::Pod, this module can provide the first tests to setup for
a module author.
This module should be able to run under the -T flag for perl >= 5.6. All
paths are untainted with the following pattern: 'qr|^([-+@\w./:\\]+)$|'
controlled by '$Test::Strict::UNTAINT_PATTERN'.