The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
This module provides a way of checking what capabilities various binaries
on your system have, such as whether tar(1) supports the -z flag.  It is
extensible with add-on modules.

To install, do the usual dance:

    perl Makefile.PL
    make
    make test
    make install