######################################################################
#                            Perl::Review                            #
#                            Version 0.04                            #
#                       by Jeffrey R. Thalhammer                     #
#                          <thaljef@cpan.org>                        #
######################################################################

ABOUT

  Perl::Review is an extensible framework for creating and applying
  coding standards to Perl source code.  It is, essentially, an
  automated code review.  Perl::Review is distributed with a number of
  "Policy" modules that conform to the guidelines in Damian
  Conway's book "Perl Best Practices".  Your shop can choose and
  customize those Polices through the Perl::Review configuration
  interface.  You are also free to publish new "Policy" modules for 
  others to use.  Enjoy.

REQUIREMENTS

  Perl::Review requires the following modules:
  * File::Spec::Functions
  * List::MoreUtils
  * List::Util
  * Config::Std
  * PPI

INSTALLATION

  For installation instructions, see the INSTALL file.

BUGS

  Bugs should be reported to http://rt.cpan.org

MORE INFORMATION

  For all the gory details, see the POD documentation scattered
  throughout this distribution.