The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.05

  • added more tests
  • added new theme:
    • otrs_lt_3_3 as new methods were introduced in OTRS 3.3 (RequireBaseClass)
    • old policies belong to themes otrs and otrs_lt_3_3
  • added new policy:
    • ProhibitPushISA (theme: otrs)

Modules

A collection of handy Perl::Critic policies
Check module for use of "Dumper"
Do not use "not", "and" and other low precedence operators
Do not use "push @ISA, ..."
Do not use File::Path's rmtree
Some core functions should not be used
Variable, subroutine, and package names have to be in CamelCase
Use parens when a method is called
Check if modules have a "true" return value