Perl::Critic policies that have been superseded by others
Description
The included policies are:
- Write "$my_variable = 42" instead of "$MyVariable = 42".
- Write "sub my_function{}" instead of "sub MyFunction{}".
- Put source-control keywords in every file.