NAME
Number::Phone::Formatter::EPP - An EPP formatter for Number::Phone
VERSION
version 0.06
DESCRIPTION
This is a formatter that will format an E.123 formatted number (from Number::Phone) as an EPP phone number.
METHODS
format
This is the only method. It takes an E.123 international format string as its only argument and reformats it in EPP (RFC 5733) format. For example:
+44 20 8771 2924 -> +44.2087712924
+1 212 334 0611 -> +1.2123340611
SEE ALSO
SOURCE
The development version is on github at https://github.com/mschout/perl-number-phone-formatter-epp and may be cloned from git://github.com/mschout/perl-number-phone-formatter-epp.git
BUGS
Please report any bugs or feature requests to bug-number-phone-formatter-epp@rt.cpan.org or through the web interface at: http://rt.cpan.org/Public/Dist/Display.html?Name=Number-Phone-Formatter-EPP
AUTHOR
Michael Schout <mschout@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Michael Schout.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.