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 Sep 3, 2023
1 parent 1d59582 commit 1bb4521
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
XXXXXX XXXX-XX-XX
4.0000 2023-09-03

- Switch to Data::CompactReadonly for UK database. The database is now
- Switch to Data::CompactReadonly for UK database. The UK database is now
less than 10% of its previous size.

- Data updates

3.9002 2023-06-14

- Data updates only
Expand Down
2 changes: 1 addition & 1 deletion lib/Number/Phone.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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.9002';
our $VERSION = '4.0000';

my $NOSTUBS = 0;
sub import {
Expand Down
2 changes: 1 addition & 1 deletion lib/Number/Phone/Country.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use Number::Phone::Country::Data;

# *_codes are global so we can mock in some tests
use vars qw($VERSION %idd_codes %prefix_codes);
$VERSION = 1.97;
$VERSION = 1.98;
my $use_uk = 0;

sub import {
Expand Down
2 changes: 1 addition & 1 deletion lib/Number/Phone/UK.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Number::Phone::UK::Data;

use base 'Number::Phone';

our $VERSION = '1.71';
our $VERSION = '1.72';

my $cache = {};

Expand Down
2 changes: 1 addition & 1 deletion lib/Number/Phone/UK/Data.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;

use Number::Phone;

our $VERSION = "2.0001";
our $VERSION = "2.0002";

use Data::CompactReadonly;
use File::ShareDir;
Expand Down

0 comments on commit 1bb4521

Please sign in to comment.