How to install:

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

or, if you prefer:

        perl Makefile.PL
        make
        make test
        make install