Rand Stats

The uploading author of cpan:FISCHER does not match the META author of github:sfischer13.

Lingua::Palindrome

cpan:FISCHER

Lingua::Palindrome

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

Release License Travis


Introduction

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

Installation

# 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

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 for further details.