How to Install and Uninstall perl-Test-Perl-Critic Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "perl-Test-Perl-Critic" package

Here is a brief guide to show you how to install perl-Test-Perl-Critic on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Test-Perl-Critic

2. Uninstall "perl-Test-Perl-Critic" package

Please follow the guidelines below to uninstall perl-Test-Perl-Critic on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-Perl-Critic

3. Information about the perl-Test-Perl-Critic package on openSuSE Tumbleweed

Information for package perl-Test-Perl-Critic:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Perl-Critic
Version : 1.04-1.23
Arch : noarch
Vendor : openSUSE
Installed Size : 52.0 KiB
Installed : No
Status : not installed
Source package : perl-Test-Perl-Critic-1.04-1.23.src
Upstream URL : http://search.cpan.org/dist/Test-Perl-Critic/
Summary : Use Perl::Critic in test programs
Description :
Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine
suitable for test programs written using the Test::More framework. This
makes it easy to integrate coding-standards enforcement into the build
process. For ultimate convenience (at the expense of some flexibility), see
the criticism pragma.
If you have an large existing code base, you might prefer to use
Test::Perl::Critic::Progressive, which allows you to clean your code
incrementally instead of all at once..
If you'd like to try Perl::Critic without installing anything, there is a
web-service available at http://perlcritic.com. The web-service does not
support all the configuration features that are available in the native
Perl::Critic API, but it should give you a good idea of what Perl::Critic
can do.