Fixed rt.cpan.org#123087: add IO::Socket::SSL as dependency.

This commit is contained in:
Thomas von Dein
2017-09-21 07:29:37 +02:00
parent b3b84c6b20
commit 79f3da4add
4 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#
# made for WWW::Dict::Leo::Org 1.33 and up
# made for WWW::Dict::Leo::Org 2.01 and up
use ExtUtils::MakeMaker;
@@ -10,7 +10,7 @@ WriteMakefile(
'clean' => { FILES => '*~' },
'EXCLUDE_EXT' => [ qw(README) ],
'PREREQ_PM' => { 'Carp::Heavy' => 0,
'IO::Socket' => 0,
'IO::Socket::SSL' => 0,
'MIME::Base64' => 0,
'XML::Simple' => 0
}