Test2-Tools-Command - test unix commands

this module can be installed using cpanm:

    cpanm Test2::Tools::Command

run perldoc(1) on Test2::Tools::Command for documentation


to author a new release:

    perl Build.PL
    RELEASE_TESTING=1 ./Build test
    ./Build testcover
    ./Build disttest
    git tag -u ... -s v...
    ./Build dist
    cpan-upload ...
    git push ...
    ./Build realclean
