iwai****@users*****
iwai****@users*****
2009年 12月 19日 (土) 04:47:57 JST
Index: docs/modules/Email-Valid-Loose-0.05/lib/Email/Valid/Loose.pod diff -u /dev/null docs/modules/Email-Valid-Loose-0.05/lib/Email/Valid/Loose.pod:1.1 --- /dev/null Sat Dec 19 04:47:57 2009 +++ docs/modules/Email-Valid-Loose-0.05/lib/Email/Valid/Loose.pod Sat Dec 19 04:47:57 2009 @@ -0,0 +1,37 @@ +=head1 NAME + +Email::Valid::Loose - Email::Valid which allows dot before at mark + +=head1 SYNOPSIS + + use Email::Valid::Loose; + + # same as Email::Valid + my $addr = 'read_rfc82****@docom*****'; + my $is_valid = Email::Valid::Loose->address($addr); + +=head1 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). + +=head1 IMPLEMENTATION + +This module overrides C<rfc822> method in Email::Valid. + +=head1 AUTHOR + +Tatsuhiko Miyagawa E<lt>miyag****@bulkn*****<gt> + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. + +=head1 SEE ALSO + +L<Email::Valid>, L<Mail::Address::MobileJp> + + +=cut +