readonly
readonly copied to clipboard
Mention uppercase for RO variable names based PBP, Perl::Critic
All the examples in the Readme documentation use lowercase naming. There are recommendations from more recent and reasonably authoritative sources that suggest uppercase naming including Perl Best Practices (pages 45, 55-58), Perl::Critic, and arguably Programming Perl 4th ed (page 1013 on constants). Adding mention of use of uppercase for Readonly variable names may be helpful.