Subject: | RequireLocalizedPunctuationVars or similar should handle SIG |
Hi,
Perl::Critic::Policy::Variables::RequireLocalizedPunctuationVars should
flag normal (non-localized) assignments to %SIG, especially
$SIG{__DIE__}.
Technically %SIG isn't a punctuation variable, but that should be
OK. :) In the documentation it talks more about "magic" vars which %SIG
certainly is.
Thanks for the excellent set of modules.
Shawn M Moore