## Introduction

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

## Installation

``` sh
zef install https://github.com/sfischer13/perl6-Lingua-Pangram.git
```

## Development

``` sh
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](https://github.com/sfischer13/perl6-Lingua-Pangram/blob/master/LICENSE) for further details.
