Download List

项目描述

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. It 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.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-04-06 20:17
1.115

在RegularExpressions错误::ProhibitUnusedCapture是固定的。
标签: Stable, Bug Fix
An error in RegularExpressions::ProhibitUnusedCapture was fixed.

2011-02-15 22:54
1.113

InputOutput的::RequireEncodingWithUTF8Layer建议“:编码(utf8的)”以上:在open()和binmode()“的utf8”。模块::ProhibitConditionalUseStatements禁止在一个有条件的“使用模块”。 ControlStructures::ProhibitPostfixControls现在看来,因为“当”。
标签: Stable, improvment, Minor
InputOutput::RequireEncodingWithUTF8Layer recommends ":encoding(utf8)" over ":utf8" in open() and binmode(). Modules::ProhibitConditionalUseStatements prohibits "use module" inside a conditional. ControlStructures::ProhibitPostfixControls now looks for "when".

2010-12-27 01:36
1.111

兼容性列表::MoreUtils 0.28增加了。
标签: Stable, Compatibility
Compatibility with List::MoreUtils 0.28 was added.

2009-03-09 03:24
1.098

违反着色现在可以配置通过命令行或文件。对无法识别的策略配置项目,处理现在所控制profile_strictness。许多政策进行了调整。
标签: Minor feature enhancements
Violation coloring is now configurable via command line or profile. Handling of unrecognized policy configuration items is now controlled by the profile_strictness. Many policies were adjusted.

2009-02-22 21:15
1.096

在ValuesAndExpressions::ProhibitSpecialLiteralHeredocTerminator政策补充。若干政策的更新。许多错误也得到了修复。
标签: Minor feature enhancements
The ValuesAndExpressions::ProhibitSpecialLiteralHeredocTerminator policy was added. Several policies were updated. Many bugs were fixed.

Project Resources