<p> <h1 align="center"> Lingua::Palindrome </h1> <p align="center"> Module and script for checking whether a string is a palindrome. </p> <p align="center"> <a href="https://github.com/sfischer13/perl6-Lingua-Palindrome/releases"><img alt="Release" src="https://img.shields.io/github/release/sfischer13/perl6-Lingua-Palindrome.svg?style=flat-square"></a> <a href="https://github.com/sfischer13/perl6-Lingua-Palindrome/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/github/license/sfischer13/perl6-Lingua-Palindrome.svg?style=flat-square"></a> <a href="https://travis-ci.org/sfischer13/perl6-Lingua-Palindrome"><img alt="Travis" src="https://img.shields.io/travis/sfischer13/perl6-Lingua-Palindrome.svg?style=flat-square"></a> </p> </p> --- ## Introduction `Lingua::Palindrome` is a Perl 6 module for checking whether a string is a palindrome. ## Installation ``` sh # latest release zef install Lingua::Palindrome # specific version zef -v install https://github.com/sfischer13/perl6-Lingua-Palindrome.git@v0.1.0 # developer version zef -v install https://github.com/sfischer13/perl6-Lingua-Palindrome.git ``` ## Development ``` sh git archive --prefix=Lingua-Palindrome-0.1.0/ -o ../Lingua-Palindrome-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-Palindrome/blob/master/LICENSE) for further details.