Skip to main content



Class-Method-Modifiers-2.15


Provides Moose-like method modifiers

Changes for 2.15 - 2023-03-05T23:42:48Z

  • localize $SIG{__DIE__} before calling eval (closes RT#146848; Yves Orton)

metacpan.org/dist/Class-Method…



Test2-Suite-0.000148


Distribution with a rich set of tools built upon the Test2 framework.

Changes for 0.000148 - 2023-03-05T14:59:45-08:00

  • Fixes for refcount stuff

metacpan.org/dist/Test2-Suite





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

metacpan.org/dist/Number-Phone