Number::Phone 1.8 released
I wouldn't normally bother to blog about an update to an existing module, but this has an incompatible change.
Previously, if you tried to create a Number::Phone object but didn't have a module installed that knew about the numbering plan of the country that number was in, then the constructor would fail and return undef. This was silly. Now, it returns a minimal object that knows what country the number is in and not a lot else.
Leave a comment