######################################################################
#                            Perl::Critic                            #
#                            Version 0.12                            #
#                       by Jeffrey R. Thalhammer                     #
#                          <thaljef@cpan.org>                        #
######################################################################

POLICIES TO ADD:

- Require labels for loops.
- Require labels for loop breaks.
- Require global variables to be localized
- Prohibit one-argument 'bless'
- Prohibit two-argument 'open'
- Prohibit 'no strict'
- Prohibit 'no warnings'
- Require fat commas for hashes
- Require trailing comma for lists
- Add the rest of Graham's policy modules
- Require qw() for lists of literals
- Regex policies

NEW FEATURES:

- Report safari sections instead of book page numbers.

MISC:

- Need test cases for perlcritc command-line interface.
 
