| Number-Phone documentation | view source | Contained in the Number-Phone distribution. |
Number::Phone::NANP::MP - MP-specific methods for Number::Phone
This class implements MP-specific methods for Number::Phone. It is
a subclass of Number::Phone::NANP, which is in turn a subclass of
Number::Phone. Number::Phone::NANP sits in the middle because all
NANP countries can share some significant chunks of code. You should
never need to use this module directly, as Number::Phone::NANP
will load it automatically when needed.
use Number::Phone::NANP;
my $phone_number = Number::Phone->new('+1 670 682 4555');
# returns a Number::Phone::NANP::MP object
The following methods from Number::Phone are overridden:
(no methods are overridden)
Please report bugs by email, including, if possible, a test case.
I welcome feedback from users.
You may use, modify and distribute this software under the same terms as perl itself.
David Cantrell <david@cantrell.org.uk>
Copyright 2005
| Number-Phone documentation | view source | Contained in the Number-Phone distribution. |