The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.01 - 2016-02-24

  • Disallow initialization of Readonly variables by assignment allowed by Perl prototype changes in v5.16. Assignment initialization of scalars sets scalar variables to undef and lists and hashes initialized by assignment are not read only.

Modules

Facility for creating read-only scalars, arrays, hashes

Provides

in lib/Readonly.pm
in lib/Readonly.pm
in lib/Readonly.pm

Examples