mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-31 22:23:27 +08:00
Add rules/perl/ with 5 rule files (coding-style, testing, patterns, hooks, security) following the same structure as existing languages. Update README.md, README.zh-CN.md, and rules/README.md to document Perl support including badges, directory trees, install instructions, and rule counts.
485 B
485 B
paths
| paths | |||||
|---|---|---|---|---|---|
|
Perl Hooks
This file extends common/hooks.md with Perl specific content.
PostToolUse Hooks
Configure in ~/.claude/settings.json:
- perltidy: Auto-format
.pland.pmfiles after edit - perlcritic: Run lint check after editing
.pmfiles
Warnings
- Warn about
printin non-script.pmfiles — usesayor a logging module (e.g.,Log::Any)