aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-10-01 12:25:46 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-10-03 11:25:18 +0100
commit809e040f49b5f5a55166a6f0cfa5f945cede3fca (patch)
tree477f8fb5839d2ac74429216af75edde44cbad732 /cpanfile
parent60c9a067d2e96282ffbce4019c9c80e8f5c9fd85 (diff)
Upgrade Net::Facebook::Oauth2 to 0.11.
v2.8 of the FB API is due to turn off in April 2019, let's upgrade well in advance.
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpanfile b/cpanfile
index 71b3fc93e..aa0224c84 100644
--- a/cpanfile
+++ b/cpanfile
@@ -82,7 +82,7 @@ requires 'namespace::autoclean';
requires 'Net::Amazon::S3';
requires 'Net::DNS::Resolver';
requires 'Net::Domain::TLD', '1.75';
-requires 'Net::Facebook::Oauth2', '0.10';
+requires 'Net::Facebook::Oauth2', '0.11';
requires 'Net::OAuth';
requires 'Net::Twitter::Lite::WithAPIv1_1', '0.12008';
requires 'Number::Phone', '3.4003';