From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

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:
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 ...