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

## Build Prerequisites
### macOS
    brew install coreutils
    brew reinstall gnu-tar --with-default-names
    brew install openssl

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install