Binary package “libreadonlyx-perl” in ubuntu mantic

faster facility for creating read-only scalars, arrays, hashes

 ReadonlyX is a near-drop-in replacement for Readonly, the popular facility
 for creating non-modifiable variables. This is useful for configuration
 files, headers, etc. It can also be useful as a development and debugging
 tool for catching updates to variables that should not be changed.