The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for App-perl-distrolint

0.04    2023-12-12
        [CHANGES]
         * Added a check on filepaths; complain about ':' in filenames
         * Much expanded checks on contents and style of Pod documentation
         * Updated to use the new `apply` keyword of Object::Pad v0.807

0.03    2023-09-09
        [CHANGES]
         * Additional checks in POD checker, on the formatting of the
           `=head1 NAME` section
         * Added a check for deprecated `use feature` imports
         * Added a check that any file containing non-ASCII has `use utf8`
           before it

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

0.01    2023-07-19
        First version, released on an unsuspecting world.