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 10, 2024
1 parent 56fa675 commit 1cfcb96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
X.XXXX XXXX-XX-XX
4.0004 2024-09-10

- Number::Phone::Country no longer exports 'phone2country', after this
being deprecated for 20 years!
Expand All @@ -7,6 +7,8 @@ X.XXXX XXXX-XX-XX
which will become fatal 2 years after this release. At the same time,
warnings about unknown flags will also become fatal.

- Data updates

4.0003 2024-06-07

- No longer auto-tested on 5.12 and below because build-time dependencies
Expand Down
2 changes: 1 addition & 1 deletion lib/Number/Phone.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use Devel::Deprecations::Environmental
OldPerl => { unsupported_from => '2024-03-09', older_than => '5.14.0' };

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

my $NOSTUBS = 0;
sub import {
Expand Down

0 comments on commit 1cfcb96

Please sign in to comment.