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

Changes for version 0.06 - 2024-01-04

  • BUGFIXES
    • Don't attempt to test unreleased check modules (RT151015)
    • Declare dependency on `Syntax::Keyword::Match` 0.13 (RT151016)

Documentation

distribution-wide linting tools for Perl distributions

Modules

distribution-wide linting tools for Perl distributions
check that a .editorconfig file exists
check that file paths are sensible
check that no source file contains HT characters
forbid the use of no strict 'refs'
check that every Perl source file contains documentation
check that every perl file sets the strict and warnings pragmata
check that unit tests are using Test2
check that a sub unimport is defined if required
check that every perl file sets the utf8 pragma if required
check that every perl file contains use VERSION
check that no file sets our $VERSION
role for checks that iterate over files
role for checks that parse Perl source code