Subject: | Allow Const::Fast in Policy::ValuesAndExpressions::ProhibitMagicNumbers |
Const::Fast is a replacement for Readonly. Unlike the latter it's
maintained and its implementation strategy doesn't have a long history
of bugs, as explained at
http://blogs.perl.org/users/leon_timmermans/2010/08/yet-another-readonly-module.html.
Therefor, I would like ProhibitMagicNumbers to allow the use of
Const::Fast where it currently allows Readonly.