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 Jan 13, 2023
1 parent 80018e5 commit 4e40b55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.8099_02 2023-01-13

- Bugfix for non-geo country codes - instantiate objects like:
Number::Phone->new('GMSS::Iridium' => ...)

3.8099_01 2023-01-12

- Add validation using libphonenumber's data for non-geographic country
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 => '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.8099_01';
our $VERSION = '3.8099_02';

my $NOSTUBS = 0;
sub import {
Expand Down

0 comments on commit 4e40b55

Please sign in to comment.