From 7debe18b80f8c4d393f47f2faa781764e1b57446 Mon Sep 17 00:00:00 2001 From: Kaimi Date: Tue, 26 Jan 2016 23:10:06 +0300 Subject: [PATCH] no message --- src/ya.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ya.pl b/src/ya.pl index df05716..57a5001 100755 --- a/src/ya.pl +++ b/src/ya.pl @@ -85,7 +85,7 @@ my %req_modules = ( NIX => [], WIN => [ qw/Win32::API Win32API::File Win32::Console/ ], - ALL => [ qw/Mozilla::CA Digest::MD5 File::Copy File::Temp MP3::Tag JSON::PP Getopt::Long::Descriptive Term::ANSIColor LWP::UserAgent HTTP::Cookies HTML::Entities/ ] + ALL => [ qw/Mozilla::CA Digest::MD5 File::Copy File::Temp MP3::Tag JSON::PP Getopt::Long::Descriptive Term::ANSIColor LWP::UserAgent LWP::Protocol::https HTTP::Cookies HTML::Entities/ ] ); $\ = NL;