How to Install and Uninstall perl-Test-Requires Package on openSuSE Tumbleweed
Last updated: January 11,2025
1. Install "perl-Test-Requires" package
Please follow the instructions below to install perl-Test-Requires on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Test-Requires
Copied
2. Uninstall "perl-Test-Requires" package
Learn how to uninstall perl-Test-Requires on openSuSE Tumbleweed:
$
sudo zypper remove
perl-Test-Requires
Copied
3. Information about the perl-Test-Requires package on openSuSE Tumbleweed
Information for package perl-Test-Requires:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Requires
Version : 0.11-1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 26.0 KiB
Installed : No
Status : not installed
Source package : perl-Test-Requires-0.11-1.18.src
Upstream URL : https://metacpan.org/release/Test-Requires
Summary : Checks to see if the module can be loaded
Description :
Test::Requires checks to see if the module can be loaded.
If this fails rather than failing tests this *skips all tests*.
Test::Requires can also be used to require a minimum version of Perl:
use Test::Requires "5.010"; # quoting is necessary!!
use Test::Requires "v5.10";
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Requires
Version : 0.11-1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 26.0 KiB
Installed : No
Status : not installed
Source package : perl-Test-Requires-0.11-1.18.src
Upstream URL : https://metacpan.org/release/Test-Requires
Summary : Checks to see if the module can be loaded
Description :
Test::Requires checks to see if the module can be loaded.
If this fails rather than failing tests this *skips all tests*.
Test::Requires can also be used to require a minimum version of Perl:
use Test::Requires "5.010"; # quoting is necessary!!
use Test::Requires "v5.10";