< Home - < Back

perl-Perl-Critic


Information about the package, perl-Perl-Critic, which is shipped with common Linux distributions. The perl-Perl-Critic package is designed for, Critique Perl source code for best-practices.


Package Name:

perl-Perl-Critic

Summary:

Critique Perl source code for best-practices

Description:

Perl::Critic is an extensible framework for creating and applying coding standards to Perl source code. Essentially, it is a static source code analysis engine. Perl::Critic is distributed with a number of Perl::Critic::Policy modules that attempt to enforce various coding guidelines. Most Policy modules are based on Damian Conway's book Perl Best Practices. However, Perl::Critic is not limited to PBP and will even support Policies that contradict Conway. You can enable, disable, and customize those Polices through the Perl::Critic interface. You can also create new Policy modules that suit your own tastes.

Architecture:

noarch

Version:

1.105

Release:

2.el6

Size:

857 k

Repository:

base

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-Perl-Critic


Control the perl-Perl-Critic package with the following handy commands outlined below.


Command

Description of Command

yum install perl-Perl-Critic

This command will install perl-Perl-Critic on the server.

yum remove perl-Perl-Critic

This command will un-install perl-Perl-Critic on the server. When you run this command, you will be asked if you are sure that you want to remove perl-Perl-Critic, so you have to manually confirm that you want to do this.

yum -y remove perl-Perl-Critic

This command will un-install perl-Perl-Critic on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Perl-Critic when using the -y flag.

yum update perl-Perl-Critic

This command will update perl-Perl-Critic to the latest version. When you run this command, you will be asked if you are sure that you want to remove perl-Perl-Critic, so you have to manually confirm that you want to do this.

yum -y update perl-Perl-Critic

This command will update perl-Perl-Critic to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Perl-Critic when using the -y flag.

yum info perl-Perl-Critic

This command will show you core information about the perl-Perl-Critic package.

yum deplist perl-Perl-Critic

This command will show you the dependencies for perl-Perl-Critic. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update perl-Perl-Critic

This command will check if there is an update waiting on perl-Perl-Critic. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.