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

Changes for version 0.09 - 2019-01-23

  • Fix listing of packages in META.json (thanks @andk, fix for #10)
  • add more tests
  • add documentation

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