Number::Phone::NANP::GD - GD-specific methods for Number::Phone
Contents
Bugs/Feedback
Please report bugs at <https://github.com/DrHyde/perl-modules-Number-Phone/issues>, including, if
possible, a test case.
I welcome feedback from users.
Description
This class implements GD-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.
Licence
You may use, modify and distribute this software under the same terms as perl itself.
Methods
The following methods from Number::Phone are overridden:
regulator
Returns information aboutthe national telecomms regulator.
Name
Number::Phone::NANP::GD - GD-specific methods for Number::Phone
Synopsis
use Number::Phone::NANP;
my $phone_number = Number::Phone->new('+1 473 435 6872');
# returns a Number::Phone::NANP::GD object
