Revision history for Perl::Critic::PJCJ
v0.2.0 - 2026-02-21
- Add
allow_lines_matchingparameter to ProhibitLongLines for exempting lines that match regex patterns (e.g. long package declarations, URLs). - Add missing List::Util runtime prerequisite.
- Remove dead code in RequireConsistentQuoting.
- Unify release workflow with confirmation checkpoints (
make release). - Move setup recipe into
utils/run; skip in CI environments. - Fix experimental signatures warning in
dev/append_postamble. - Add Perl 5.42 to CI matrix.
v0.1.4 - 2025-08-31
- No changes from v0.1.3-TRIAL
v0.1.3-TRIAL - 2025-08-31
- Enhance use/no statement handling in RequireConsistentQuoting policy:
- Add interpolation detection
- Statements requiring variable interpolation follow normal rules
- Add support for
nostatements - Add fat comma (=>) detection
- Statements with hash-style arguments have no parentheses
- Add complex expression detection
- Statements with variables, conditionals, etc. have no parentheses
- Add version number exemption
- Add interpolation detection
- Improve single quote and q() handling
v0.1.2 - 2025-07-26
- Initial release
- Perl::Critic::Policy::ValuesAndExpressions::RequireConsistentQuoting policy
- Perl::Critic::Policy::CodeLayout::ProhibitLongLines policy