[Number-phone] Number Phone release candidate 3.8099_01 - please test!

David Cantrell david at cantrell.org.uk
Fri Jan 13 21:02:54 GMT 2023


Of course the first release candidate contained a bug! So there's now a 
second one here:

https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/Number-Phone-3.8099_02.tar.gz

This fixes a bug where you couldn't instantiate an object by passing the 
"country" and number to the constructor where the country was something 
like "GMSS::Iridium":

   my $iridium = Number::Phone->new("GMSS::Iridium" => "612345678");

although obviously using the IDD country code instead is preferred:

   my $iridium = Number::Phone->new("+881 6 12345678");

-- 
David Cantrell



More information about the number-phone mailing list