Description
Perl programs that use Readonly.pm can enforce read-only values with faster XS-backed behavior. This helps larger applications keep constants and protected data structures from being accidentally changed.
It is a performance companion library. Most users receive it as a dependency, while developers benefit when their code already relies on Readonly.pm.