Back to Everything Claude Code

Perl Hooks

rules/perl/hooks.md

1.10.0397 B
Original Source

Perl Hooks

This file extends common/hooks.md with Perl-specific content.

PostToolUse Hooks

Configure in ~/.claude/settings.json:

  • perltidy: Auto-format .pl and .pm files after edit
  • perlcritic: Run lint check after editing .pm files

Warnings

  • Warn about print in non-script .pm files — use say or a logging module (e.g., Log::Any)