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

NAME

Types::EmailAddress - type constraints for email addresses

DESCRIPTION

This module adds a type constraint for email address using Type::Tiny library. The validation is done using the Email::Valid module.

Type constraints

EmailAddress

String representing a valid email address.

SEE ALSO

Types::Standard, Email::Address.

AUTHOR

André Walker <andre@andrewalker.net>.

COPYRIGHT AND LICENCE

This software is copyright (c) 2014 by André Walker.

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

DISCLAIMER OF WARRANTIES

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.