To install this module, run the following commands...

        perl Makefile.PL
        make
        make test
        make install

Alternatively, to install with Module::Build...

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