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 Dec 7, 2021
1 parent e444e67 commit 506fb00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
@@ -1,11 +1,13 @@
X.XXXX XXXX-XX-XX
3.8002 2021-12-06

- Fix Makefile.PL to not consume arguments that my code doesn't know about but
which are relevant to EU::MM (https://github.com/DrHyde/perl-modules-Number-Phone/pull/106)

- Explicitly open databases read-only so it works on a RO filesystem
(https://github.com/DrHyde/perl-modules-Number-Phone/issues/107)

- Data updates

3.8001 2021-09-21

- Tweak build to use more compatible options to tar(1) so some really old tars
Expand Down
2 changes: 1 addition & 1 deletion lib/Number/Phone.pm
Expand Up @@ -14,7 +14,7 @@ use Number::Phone::Data;
use Number::Phone::StubCountry;

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

my $NOSTUBS = 0;
sub import {
Expand Down

0 comments on commit 506fb00

Please sign in to comment.