Number-Phone-3.9000
base class for Number::Phone::* modules
Changes for 3.9000 - 2023-03-05
- Add validation using libphonenumber's data for non-geographic country codes like +800 (International free phone) and +870 (Inmarsat). See github.com/DrHyde/perl-modules…
- Bug fix: NANP toll-free numbers corrected. 833 area code now supported, and regex fixed to only match when the B and C digits are the same, so 800 is toll-free, 888 is toll-free, but 808 is not. See github.com/DrHyde/perl-modules…
- Bug fix: NANP 1-600 area code is non-geographic. See github.com/DrHyde/perl-modules…
- Workaround: OFCOM have the wrong number length for the +44 800 716 range, we now have an egregious hack to work around that. See github.com/DrHyde/perl-modules…
- No longer auto-tested on 5.10 because a 'make test'-time dependency (Test::Deep) no longer supports that.
- Data updates
App-digitdemog-0.085
各行の文字列について、左からの桁ごとにどんな文字が現れたかをクロス表で表示。
Changes for 0.085 - 2023-03-06T01:23+09:00
Finance-Tax-Aruba-0.008
A package that deals with tax calculations for Aruba
Changes for 0.008 - 2023-03-05T14:30:45Z
- Update POD
- Fix bug where pension-employe[er] disappeared from loon.pl
- Fix total company cost calculations
- Add government costs and social costs numbers to the calculator
App-digitdemog-0.084
各行の文字列について、左からの桁ごとにどんな文字が現れたかをクロス表で表示。
Changes for 0.084 - 2023-03-05T23:40+09:00
Ryu-3.004
stream and data flow handling for async code
Changes for 3.004 - 2023-03-05T14:36:17+08:00
- New features
- Bugs fixed