
Data::Compare::Type::AllowChars - Plugin for Data::Compare::Type

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

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

This module provides some validate methods based on utf8 characters
use Test::More;
ok $class->NUMBER('100');
ng $class->NUMBER('value');


Perl 5.8.1 or later.

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.


S2 <s2otsa@hotmail.com>

Copyright (c) 2012, S2. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.