How to Install and Uninstall perl-Test2-Tools-PerlCritic.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-Test2-Tools-PerlCritic.noarch" package

Please follow the instructions below to install perl-Test2-Tools-PerlCritic.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Test2-Tools-PerlCritic.noarch

2. Uninstall "perl-Test2-Tools-PerlCritic.noarch" package

This guide let you learn how to uninstall perl-Test2-Tools-PerlCritic.noarch on Fedora 34:

$ sudo dnf remove perl-Test2-Tools-PerlCritic.noarch $ sudo dnf autoremove

3. Information about the perl-Test2-Tools-PerlCritic.noarch package on Fedora 34

Last metadata expiration check: 0:55:37 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test2-Tools-PerlCritic
Version : 0.03
Release : 3.fc34
Architecture : noarch
Size : 21 k
Source : perl-Test2-Tools-PerlCritic-0.03-3.fc34.src.rpm
Repository : fedora
Summary : Testing tools to enforce Perl::Critic policies
URL : https://metacpan.org/release/Test2-Tools-PerlCritic
License : GPL+ or Artistic
Description : Test for Perl::Critic violations using Test2. Although this testing tool
: uses the Test2 API instead of the older Test::Builder API, the primary
: motivation is to provide output in a more useful form. That is policy
: violations are grouped by policy class, and the policy class name is
: clearly displayed as a diagnostic. The author finds the former more useful
: because he tends to address one type of violation at a time. The author
: finds the latter more useful because he tends to want to lookup or adjust
: the configuration of the policy as he is addressing violations.