diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-02-05 09:11:57 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-02-05 09:25:46 +0000 |
commit | 6edf79cb0ecd150ea0f054c8faa7be0b055fc2d0 (patch) | |
tree | edca9b26dde0dcec565a8677282e67122471bcde /cpanfile | |
parent | 7c7e9ba678a1785b34593e0295b124f2da89c101 (diff) |
Upgrade Number::Phone.
This brings in my new format_for_country function which allows
for nicer display of phone numbers to people.
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ requires 'Net::Domain::TLD', '1.75'; requires 'Net::Facebook::Oauth2', '0.10'; requires 'Net::OAuth'; requires 'Net::Twitter::Lite::WithAPIv1_1', '0.12008'; -requires 'Number::Phone'; +requires 'Number::Phone', '3.4003'; requires 'Path::Class'; requires 'POSIX'; requires 'Readonly'; |