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.07 - 2024-09-30

  • Enhancements
    • ProhibitCallsToUndeclaredSubs did not know that functions like flock and seek and opendir took filehandles or readhandles, so would give false positives. (GH#15)
    • Added configuration to Modules::RequireExplicitInclusion to specify modules to ignore for violations.