How to Install and Uninstall perl-Test-Requires Package on openSUSE Leap
Last updated: November 22,2024
1. Install "perl-Test-Requires" package
Please follow the guidelines below to install perl-Test-Requires on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Test-Requires
Copied
2. Uninstall "perl-Test-Requires" package
This guide covers the steps necessary to uninstall perl-Test-Requires on openSUSE Leap:
$
sudo zypper remove
perl-Test-Requires
Copied
3. Information about the perl-Test-Requires package on openSUSE Leap
Information for package perl-Test-Requires:
-------------------------------------------
Repository : Main Repository
Name : perl-Test-Requires
Version : 0.10-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 26.2 KiB
Installed : No
Status : not installed
Source package : perl-Test-Requires-0.10-1.24.src
Upstream URL : http://search.cpan.org/dist/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 : Main Repository
Name : perl-Test-Requires
Version : 0.10-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 26.2 KiB
Installed : No
Status : not installed
Source package : perl-Test-Requires-0.10-1.24.src
Upstream URL : http://search.cpan.org/dist/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";