How to Install and Uninstall perl-Test-Base.noarch Package on Fedora 38
Last updated: November 25,2024
1. Install "perl-Test-Base.noarch" package
This is a short guide on how to install perl-Test-Base.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
perl-Test-Base.noarch
Copied
2. Uninstall "perl-Test-Base.noarch" package
Here is a brief guide to show you how to uninstall perl-Test-Base.noarch on Fedora 38:
$
sudo dnf remove
perl-Test-Base.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Test-Base.noarch package on Fedora 38
Last metadata expiration check: 0:12:56 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Test-Base
Version : 0.89
Release : 16.fc38
Architecture : noarch
Size : 49 k
Source : perl-Test-Base-0.89-16.fc38.src.rpm
Repository : fedora
Summary : Data Driven Testing Framework
URL : https://metacpan.org/release/Test-Base
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Testing is usually the ugly part of Perl module authoring. Perl gives you a
: standard way to run tests with Test::Harness, and basic testing primitives
: with Test::More. After that you are pretty much on your own to develop a
: testing framework and philosophy. Test::More encourages you to make your
: own framework by subclassing Test::Builder, but that is not trivial.
:
: Test::Base gives you a way to write your own test framework base class that
: *is* trivial.
Available Packages
Name : perl-Test-Base
Version : 0.89
Release : 16.fc38
Architecture : noarch
Size : 49 k
Source : perl-Test-Base-0.89-16.fc38.src.rpm
Repository : fedora
Summary : Data Driven Testing Framework
URL : https://metacpan.org/release/Test-Base
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Testing is usually the ugly part of Perl module authoring. Perl gives you a
: standard way to run tests with Test::Harness, and basic testing primitives
: with Test::More. After that you are pretty much on your own to develop a
: testing framework and philosophy. Test::More encourages you to make your
: own framework by subclassing Test::Builder, but that is not trivial.
:
: Test::Base gives you a way to write your own test framework base class that
: *is* trivial.