NAME
Number::MuPhone::Parser
DESCRIPTION
Base phone number parser class. Inherited by all parser classes
METHODS
display_from( $num | $num_obj | country )
This works out of the box for 90% of countries, but there are a few places where this may not work for some 'odd cases' - eg, dialing French territories from France.
display()
Alias for $num->display_from($num);
dial_from( $num | $num_obj | country )
This works out of the box for 90% of countries, but there are a few places where this may need overwriting - eg, dialing French territories from France.
dial()
Alias for $num->dial_from($num);
TODO - finish documentation soon :D
AUTHOR
Clive Holloway <clive.holloway@gmail.com>
Copyright (c) 2017-2018 Clive Holloway