NAME
Catalyst::Plugin::EmailValid - Email::Valid for Catalyst
SYNOPSIS
use Catalyst qw/EmailValid/;
...
$c->check_email();
DESCRIPTION
determines whether an email address is well-formed.
METHOD
check_email
SEE ALSO
AUTHOR
Franck Cuny <franck.cuny@gmail.com>
COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.