sfischer13 / perl6-Lingua-Pangram

:butterfly: Perl 6 module for checking whether a string is a pangram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lingua::Pangram

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

Release License Travis


Introduction

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

Installation

# latest release
zef install Lingua::Pangram

# specific version
zef -v install https://github.com/sfischer13/perl6-Lingua-Pangram.git@v0.1.1

# developer version
zef -v install https://github.com/sfischer13/perl6-Lingua-Pangram.git

Development

git archive --prefix=Lingua-Pangram-0.1.0/ -o ../Lingua-Pangram-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.

About

:butterfly: Perl 6 module for checking whether a string is a pangram

License:MIT License


Languages

Language:Perl 6 98.1%Language:Makefile 1.9%