Lingua-Awkwords

randomly generates outputs from a given pattern


License
BSD-3-Clause

Documentation

Lingua::Awkwords - randomly generates outputs from a given pattern

This is a Perl implementation of

http://akana.conlang.org/tools/awkwords/

though is not an exact replica of that parser.


To install this module, use CPAN, for example:

  cpan Lingua::Awkwords

Run perldoc(1) on Lingua::Awkwords for additional documentation.


For the source code, see:

https://github.com/thrig/Lingua-Awkwords

This can be built and installed by running:

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


To author a new release:

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