To install this module, use

  perl Build.PL
  ./Build
  ./Build test
  ./Build install

If you wish to install to a non-standard location, use 'perl Build.PL
destdir=location' instead of 'perl Build.PL'.

So, to use the perl in your PATH to install to '/tmp', use

  perl Build.PL destdir=/tmp
  ./Build
  ./Build test
  ./Build install

Enjoy.
