Description
Perl projects can enable stricter language behavior so many warnings become errors during development. This helps catch mistakes early and keeps modules from silently accepting risky patterns.
It is a developer library. Making warnings fatal can expose old code paths, so teams should run tests and adjust warnings deliberately when adopting it.