We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Area code 600 is a telephone area code in the North American Numbering Plan for non-geographic use in Canada
From https://en.wikipedia.org/wiki/Area_code_600
which disagrees with Number::Phone
Number::Phone
$ perl -MNumber::Phone -e 'my $p = Number::Phone->new("+1600-555-0000"); print $p->is_geographic, "\n";' 1
The other attributes of the 600 arecode may need investigating.
The text was updated successfully, but these errors were encountered:
Thanks, fixed in ec426f0 and will be in the next quarterly release.
Sorry, something went wrong.
No branches or pull requests
From https://en.wikipedia.org/wiki/Area_code_600
which disagrees with
Number::Phone$ perl -MNumber::Phone -e 'my $p = Number::Phone->new("+1600-555-0000"); print $p->is_geographic, "\n";' 1The other attributes of the 600 arecode may need investigating.
The text was updated successfully, but these errors were encountered: