Skip to content
New issue

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

The NANP areacode 600 listed as geographic #113

Closed
percivalalb opened this issue Jan 10, 2023 · 1 comment
Closed

The NANP areacode 600 listed as geographic #113

percivalalb opened this issue Jan 10, 2023 · 1 comment

Comments

@percivalalb
Copy link
Contributor

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

$ 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.

@DrHyde
Copy link
Owner

DrHyde commented Jan 11, 2023

Thanks, fixed in ec426f0 and will be in the next quarterly release.

@DrHyde DrHyde closed this as completed Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants