The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
While this is an experimental module, it won't harm anything to
install it.

To install...

        perl Makefile.PL
        make test
        make install

To install in a local directory...

        perl Makefile.PL PREFIX=<somedir>
        make test
        make install