diff --git a/Makefile.PL b/Makefile.PL index 270e77d..4e6affc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,10 @@ WriteMakefile( VERSION_FROM => 'lib/Net/MQTT/Simple.pm', ABSTRACT_FROM => 'lib/Net/MQTT/Simple.pm', EXE_FILES => [ 'bin/mqtt-simple' ], - PREREQ_PM => { }, + PREREQ_PM => { + 'IO::Socket::IP' => 0, + 'IO::Socket::SSL' => 0, + }, AUTHOR => 'Juerd Waalboer ', META_MERGE => { 'meta-spec' => { version => 2 },