Number::Phone::UK update
Number::Phone::UK no longer assumes that geographic numbers terminate on fixed lines - as VOIP services grow and grow, this assumption no longer makes sense. So as of version 1.7004 of Number-Phone, is_fixed_line()
will return undef
for geographic numbers and 0
for mobiles, the latter being the only type of number that we know doesn't terminate on a fixed line.
There are no significant code changes though, this is really just a database update, hence the tiny increase in the version number. Not, of course, that the size of the version increment tells you anything anyway.
Leave a comment