aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNigel Taylor <njtaylor0101@gmail.com>2013-02-07 23:49:19 +0000
committerNigel Taylor <njtaylor0101@gmail.com>2013-02-07 23:49:19 +0000
commit6ca35379c5ba56c4b1198c3c15cd41ab4ac2323e (patch)
treedf328a2860fa531c93780c07166d36657d4973a2
parent5de7e3255af1a7d534746ffaad1b36d2ba99e579 (diff)
downloadget-flash-videos-6ca35379c5ba56c4b1198c3c15cd41ab4ac2323e.tar.gz
Add new modules required.
-rw-r--r--Makefile.PL3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 90874d9..0a71188 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -22,6 +22,9 @@ my %mm_vars = (
URI => 0,
'LWP::UserAgent' => 0,
'WWW::Mechanize' => 0,
+ 'LWP::Protocol::https' => 0,
+ 'LWP::Protocol::socks' => 0,
+ 'Module::Find' => 0,
},
);