Skip to content

Commit

Permalink
Book-keeping for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Mar 7, 2023
1 parent 9277ad2 commit 04405e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -1,3 +1,10 @@
3.9001 2023-03-07

- Bug fix: if libphonenumber doesn't define any formatters for a country,
such as for Bonaire (BQ), do the best we can and return +CC NNNNN
instead of nothing. This was a regression in 3.9000, see
https://github.com/DrHyde/perl-modules-Number-Phone/issues/122

3.9000 2023-03-05

- Add validation using libphonenumber's data for non-geographic country
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST
Expand Up @@ -104,6 +104,7 @@ lib/Number/Phone/StubCountry/InternationalNetworks882/Telespazio.pm
lib/Number/Phone/StubCountry/InternationalNetworks882/Thuraya.pm
lib/Number/Phone/StubCountry/InternationalNetworks883/MTTGlobalNetworks.pm
lib/Number/Phone/StubCountry/InternationalNetworks883/Mobistar.pm
t/country-test-bq.t
lib/Number/Phone/StubCountry/AC.pm
lib/Number/Phone/StubCountry/AD.pm
lib/Number/Phone/StubCountry/AE.pm
Expand Down Expand Up @@ -358,4 +359,3 @@ lib/Number/Phone/StubCountry/InternationalNetworks882.pm
lib/Number/Phone/StubCountry/InternationalNetworks883.pm
lib/Number/Phone/StubCountry/TelecomsForDisasterRelief.pm
lib/Number/Phone/StubCountry/InternationalPremiumRate.pm
t/country-test-bq.t
2 changes: 1 addition & 1 deletion lib/Number/Phone.pm
Expand Up @@ -19,7 +19,7 @@ use Devel::Deprecations::Environmental
OldPerl => { unsupported_from => '2023-01-08', older_than => '5.12.0' };

# MUST be in format N.NNNN, see https://github.com/DrHyde/perl-modules-Number-Phone/issues/58
our $VERSION = '3.9000';
our $VERSION = '3.9001';

my $NOSTUBS = 0;
sub import {
Expand Down

0 comments on commit 04405e5

Please sign in to comment.