Number::Phone::UK::JE - JE-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 JE-specific methods for Number::Phone. It is a subclass of Number::Phone::UK,
which is in turn a subclass of Number::Phone. Number::Phone::UK sits in the middle because JE is treated
as part of the UK for just about all telephonic purposes. You should never need to "use" this module
directly, as "Number::Phone::UK" 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::UK are overridden:
regulator
Returns information about the national telecomms regulator.
Name
Number::Phone::UK::JE - JE-specific methods for Number::Phone
Synopsis
use Number::Phone::UK
my $phone_number = Number::Phone->new('+44 1534 440000');
# returns a Number::Phone::UK::JE object
