How to Install and Uninstall perl-Test-Modern.noarch Package on Fedora 34

Last updated: June 26,2024

1. Install "perl-Test-Modern.noarch" package

Please follow the step by step instructions below to install perl-Test-Modern.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Test-Modern.noarch

2. Uninstall "perl-Test-Modern.noarch" package

Please follow the guidelines below to uninstall perl-Test-Modern.noarch on Fedora 34:

$ sudo dnf remove perl-Test-Modern.noarch $ sudo dnf autoremove

3. Information about the perl-Test-Modern.noarch package on Fedora 34

Last metadata expiration check: 1:08:50 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Test-Modern
Version : 0.013
Release : 19.fc34
Architecture : noarch
Size : 43 k
Source : perl-Test-Modern-0.013-19.fc34.src.rpm
Repository : fedora
Summary : Precision testing for modern perl
URL : https://metacpan.org/release/Test-Modern
License : GPL+ or Artistic
Description : Test::Modern provides the best features of Test::More, Test::Fatal,
: Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as ideas
: from Test::Requires, Test::DescribeMe, Test::Moose, and Test::CleanNamespaces.
:
: Test::Modern also automatically imposes strict and warnings on your script,
: and loads IO::File (much of the same stuff Modern::Perl does).