cpan Perl-Critic 0.12

latest releases: 1.152, 1.150, 1.148...
18 years ago
  • The internal dynamics and API of Perl::Critic have changed
    considerably. The result is a 300% increase in performance.
    See the POD in Perl::Critic::Policy for details.
  • Redesigned the 'verbose' feature. Now the output format
    can be user-defined using a sprintf-like specification.
    perlciritc also has a predefined output format that is
    compatible with grep mode in editors like vim and emacs.
  • 'return' is now exempt from ProhibitParensWithBuiltins. I may
    extend this exemption to all unary functions.
  • Edited POD. Added a super brief description of each policy
    in the main Perl::Critic documentation. Added details about
    editor integration.

[New Features]

  • Added -verbose option to put more stuff in the output. In the
    extreme, you can get the POD from Policy attached to each
    and every violation.

[Additional Prerequisites]

  • String::Format
  • IO::String
  • Pod::PlainText

Don't miss a new Perl-Critic release

NewReleases is sending notifications on new releases.