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

INSTALLATION

  To install Perl::Review, give the following commands to your 
  favorite shell:

  tar -zxf Perl-Review-0.04.tar.gz
  cd Perl-Review-0.04
  perl Makefile.PL
  make
  make test
  make install 