Game::TextPatterns - generate patterns of text

this module can be installed using cpanm:

    cpanm Game::TextPatterns


run perldoc(1) on Game::TextPatterns for documentation


to install from source code, with dependencies:

    git clone https://github.com/thrig/Game-TextPatterns
    cd Game-TextPatterns
    cpanm .

or the manual way:

    perl Build.PL && ./Build test && ./Build install


to author a new release:

    git tag -u ... -s v...
    ./Build disttest
    cpan-upload ...
    git push ...