Help language development. Donate to The Perl Foundation

Lingua::Lipogram cpan:FISCHER last updated on 2018-04-01

Lingua-Lipogram-0.1.0/

Lingua::Lipogram

Module and script for checking whether a string is a Lipogram.

Release License Travis


Introduction

Lingua::Lipogram is a Perl 6 module for checking whether a string is a Lipogram.

Installation

``` sh

latest release

zef install Lingua::Lipogram

specific version

zef -v install https://github.com/sfischer13/[email protected]

developer version

zef -v install https://github.com/sfischer13/perl6-Lingua-Lipogram.git

## Development

``` sh
git archive --prefix=Lingua-Lipogram-0.1.0/ -o ../Lingua-Lipogram-0.1.0.tar.gz HEAD

Credits

This project is authored and maintained by Stefan Fischer.
The source code is available under the MIT License.
See LICENSE for further details.