INSTALL

 Spamcup - A tool for automatic Spamcop reporting
 ------------------------------------------------

 Download the tarball to any location and unpack it.

 After that, go inside the directory and type the 
following sequence of commands:

  $ perl Makefile.PL
  $ make
  $ make install

 The script will be installed in the appropriate location
 of all your Perl scripts.

 If you want to install the perl "system wide", you will need
 to use root (or the equivalent) in the "make install" step.

 To use the YAML configuration file, edit it and move it to your
 home directory (Perl's $ENV{HOME} variable) renaming it to ".spamcup.yml".

 See the perldoc documentation after installing spamcup-ng for more details:

 $ perldoc Spamcup::Intro

