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

Deprecate automatic pre-pending of a + to ambiguous numbers in constructor #71

Open
DrHyde opened this issue Jul 20, 2017 · 2 comments
Open

Comments

@DrHyde
Copy link
Owner

DrHyde commented Jul 20, 2017

This would let us - eventually - do this:

my $phone = Number::Phone->new($number) ||
            Number::Phone->new(Number::Phone::Normalize->new(...)->intl($number));
@DrHyde
Copy link
Owner Author

DrHyde commented Jul 20, 2017

It should start warning, and then two years later break

@DrHyde
Copy link
Owner Author

DrHyde commented Jul 20, 2017

Use Devel::Deprecate

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

1 participant