The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Installation
============

  Short Instructions
  ------------------
  1. Build and install Perl (5.004 or newer)
  2. Get a copy of bzip2-0.1pl2.tar.gz
     from the WebServer: http://www.muraroa.demon.co.uk
     Build and install the Bzip2 library (0.9.0c)
     e.g. Library  libbz2.a                to /usr/local/lib
          Includes bzlib.h bzlib_private.h to /usr/local/include
  3. Edit the file `Makefile.PL' if you've installed the Bzip2-library
     in an unusal place
  4. Run "./configure"
  5. Run "make"
  6. Test the module by runnning "make test"
  7. Optional: run "strip ./blib/arch/auto/Compress/Bzip2/Bzip2.so"
  8. Run "make install" to install the module (when logged in as root)