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

Changes for version 0.08 - 2018-07-03

  • IMPROVEMENTS
    • Generate Meta.json
    • Add list of provided modules
    • use PodWeaver to generate pod

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