aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-02-05 09:11:57 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-02-05 09:25:46 +0000
commit6edf79cb0ecd150ea0f054c8faa7be0b055fc2d0 (patch)
treeedca9b26dde0dcec565a8677282e67122471bcde /cpanfile
parent7c7e9ba678a1785b34593e0295b124f2da89c101 (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--cpanfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpanfile b/cpanfile
index 3d29ac4f8..3ab7d8f5c 100644
--- a/cpanfile
+++ b/cpanfile
@@ -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';