aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNigel Taylor <njtaylor0101@gmail.com>2012-11-02 13:42:52 +0000
committerNigel Taylor <njtaylor0101@gmail.com>2012-11-02 13:42:52 +0000
commit75f56067ad57adb40db0365c25365017021abbf5 (patch)
tree041c1b3a52c6a6fd55792bdce98226e71dd270b6
parent9f9664fa303271fc277e2ef742b0739f619a3cae (diff)
downloadget-flash-videos-75f56067ad57adb40db0365c25365017021abbf5.tar.gz
LWP::Protocol::https removed from libwww-perl afer 6.0 ensure
combined includes LWP::Protocol::https
-rw-r--r--lib/FlashVideo/Mechanize.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/FlashVideo/Mechanize.pm b/lib/FlashVideo/Mechanize.pm
index 13489db..f213638 100644
--- a/lib/FlashVideo/Mechanize.pm
+++ b/lib/FlashVideo/Mechanize.pm
@@ -1,6 +1,9 @@
# Part of get-flash-videos. See get_flash_videos for copyright.
package FlashVideo::Mechanize;
use WWW::Mechanize;
+use LWP::Protocol::https;
+use Mozilla::CA;
+use IO::Socket::SSL;
use FlashVideo::Downloader;
use Encode ();