Game-Marad - a board game for two players

this module can be installed using cpanm:

    cpanm Curses Game::Marad

run perldoc(1) on Game::Marad for documentation, or execute pmarad
assuming the path that script was installed to is in PATH


to author a new release:

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