The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::Compare::Type::AllowCharacter

VERSION

This document describes Data::Compare::Type::AllowCharacters version 0.01.

SYNOPSIS

 use Data::Compare::Type;
 $class = Data::Compare::Type->new;
 $class->load_plugin('Data::Compare::Type::AllowChars');

DESCRIPTION

This module provides some validate methods based on utf8 characters

INTERFACE

Functions

HIRAGANA

KATAKANA

KANJI

GREEK

ASCII

CYRILLIC

MATH

NUMBER

PUNCTUATION

DEPENDENCIES

Perl 5.8.1 or later.

BUGS

All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.

SEE ALSO

perl

AUTHOR

S2 <s2otsa59@gmail.com>

LICENSE AND COPYRIGHT

Copyright (c) 2013, S2. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.