NAME
FormValidator::Simple::Plugin::Number::Phone::JP - Japanese phone number validation
SYNOPSIS
use FormValidator::Simple qw/Number::Phone::JP/;
my $result = FormValidator::Simple->check( $req => [
tel => [ 'NOT_BLANK', 'NUMBER_PHONE_JP' ],
] );
DESCRIPTION
This modules adds Japanese phone number validation command to FormValidator::Simple.
SEE ALSO
AUTHOR
Gosuke Miyashita, <gosukenator@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2005 by Gosuke Miyashita
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available.