01Standardizes Perl 5.36+ syntax including native subroutine signatures and the v5.36 pragma.
02Optimizes regular expressions using named captures, precompiled patterns, and the /x flag for readability.
03Provides standardized project layout and dependency management guidance using Carton and cpanfile.
04Implements modern OO patterns using Moo, Moose, or native 'class' keywords for better structure.
05156,033 GitHub stars
06Enforces secure file I/O practices, prioritizing three-argument open and Path::Tiny for safety.