The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.02 - 2023-08-11

  • CHANGES
    • Improved tree-walking code using newer features of `Text::Treesitter`
    • Added a POD checker
    • Added `Test::Deep` to the list of banned test modules

Documentation

distribution-wide linting tools for Perl distributions

Modules

distribution-wide linting tools for Perl distributions
check that a .editorconfig file exists
check that no source file contains HT characters
check that every Perl source file contains documentation
check that every perl file sets the strict and warnings pragmata
check that a sub unimport is defined if required
check that unit tests are using Test2
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