-
-
26 Jun 2006 04:52:07 UTC
- Distribution: Email-Valid-Loose
- Module version: 0.05
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (10402 / 4 / 1)
- Kwalitee
Bus factor: 1- 93.33% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (2.4KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Email::Valid
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Email::Valid::Loose - Email::Valid which allows dot before at mark
SYNOPSIS
use Email::Valid::Loose; # same as Email::Valid my $addr = 'read_rfc822.@docomo.ne.jp'; my $is_valid = Email::Valid::Loose->address($addr);
DESCRIPTION
Email::Valid::Loose is a subclass of Email::Valid, which allows . (dot) before @ (at-mark). It is invalid in RFC822, but is commonly used in some of mobile phone addresses in Japan (like docomo.ne.jp or jp-t.ne.jp).
IMPLEMENTATION
This module overrides
rfc822
method in Email::Valid.AUTHOR
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Module Install Instructions
To install Email::Valid::Loose, copy and paste the appropriate command in to your terminal.
cpanm Email::Valid::Loose
perl -MCPAN -e shell install Email::Valid::Loose
For more information on module installation, please visit the detailed CPAN module installation guide.