How to Install and Uninstall perl-criticism.noarch Package on Fedora 36

Last updated: July 01,2024

1. Install "perl-criticism.noarch" package

Please follow the step by step instructions below to install perl-criticism.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-criticism.noarch

2. Uninstall "perl-criticism.noarch" package

Learn how to uninstall perl-criticism.noarch on Fedora 36:

$ sudo dnf remove perl-criticism.noarch $ sudo dnf autoremove

3. Information about the perl-criticism.noarch package on Fedora 36

Last metadata expiration check: 4:35:50 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-criticism
Version : 1.02
Release : 31.fc36
Architecture : noarch
Size : 23 k
Source : perl-criticism-1.02-31.fc36.src.rpm
Repository : fedora
Summary : Perl pragma to enforce coding standards and best-practices
URL : https://metacpan.org/release/criticism
License : GPL+ or Artistic
Description : This pragma enforces coding standards and promotes best-practices by
: running your file through Perl::Critic before every execution. In a
: production system, this usually isn't feasible because it adds a lot of
: overhead at start-up. If you have a separate development environment, you
: can effectively bypass the criticism pragma by not installing Perl::Critic
: in the production environment. If Perl::Critic can't be loaded, then
: criticism just fails silently.