Mail::Address::Classify::mobile_jp - classificatin for mobile mail in Japan
use Mail::Address::Classify;
my $addr = Mail::Address::Classify->new('fooooooo@docomo.ne.jp')
if ($addr->belongs('mobile_jp')) { }
Mail::Address::Classify::mobile_jp is a plugin module for Mail::Address::Classify, which validates whether an address belongs to mobile mail address in Japan or not.
This module should be updated heavily :)
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.
Thanks to Nobuwo <milano@edge.co.jp> for giving me the idea of this module and pointing me for the latest resource on the web.