# Perl rules

## Apply Order

1. start with `rules/common/`
2. layer `rules/perl/` on top for module, compatibility, and testing choices
3. consult the structured docs and examples before deviating from the promoted patterns

## Focus Areas

- module structure and compatibility-safe refactors
- testing, validation, and runtime expectations
- legacy automation constraints when relevant

## Related Pack Assets

- `knowledge-bases/structured/perl/docs/`
- `knowledge-bases/structured/perl/examples/`
- `skills/perl-engineering/SKILL.md`
