Skip to content

Commit

Permalink
Update doco to note that 64-bit ints are now required, and that 3.900…
Browse files Browse the repository at this point in the history
…2 was the last 32-bit friendly release
  • Loading branch information
DrHyde committed Jun 20, 2023
1 parent 90d5858 commit 5a7bb73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Number/Phone.pm
Expand Up @@ -14,7 +14,6 @@ use Number::Phone::Data;
use Number::Phone::StubCountry;

use Devel::Deprecations::Environmental
Int32 => { unsupported_from => '2023-06-01' },
OldPerl => { unsupported_from => '2022-11-08', older_than => '5.10.0' },
OldPerl => { unsupported_from => '2023-01-08', older_than => '5.12.0' };

Expand Down Expand Up @@ -211,6 +210,8 @@ constructor. This may affect users who specify places like Guernsey but
provide numbers from Jersey or the Isle of Man, all three of which are separate
jurisdictions squatting on random places all over the UK's number plan.
3.9002 is the last version that supported perls with 32-bit integers.
=head1 COMPATIBILITY WITH libphonenumber
libphonenumber is a similar project for other languages, maintained
Expand All @@ -235,8 +236,7 @@ slow, because it uses a huge database for some of its features.
=head1 PERL VERSIONS SUPPORTED
A perl built with support for 64 bit ints will be required some time after 2023-06-01.
This is the default for all vaguely recent builds of perl on all modern systems.
Your perl must support 64 bit ints.
Perl 5.8 (and below) is not fully supported as of version 3.8006. This is
because I have a dependency when packaging it on L<XML::XPath> which dropped
Expand Down

0 comments on commit 5a7bb73

Please sign in to comment.