DESCRIPTION
This class implements TT-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 countries can share some significant chunks of code. You should never need to this module directly, as will load it automatically when needed.SYNOPSIS
use Number::Phone::NANP;
my $phone_number = Number::Phone->new('+1 868 624 6982');
# returns a Number::Phone::NANP::TT object
METHODS
The following methods from Number::Phone are overridden:- regulator
- Returns information about the national telecoms regulator.
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.
