add IO::Socket::SSL as prereq for LDAPS

This commit is contained in:
Colin Kuskie 2010-06-07 17:05:12 -07:00
parent c4e85d8b44
commit bbe962a185

View file

@ -142,6 +142,7 @@ checkModule("Test::Harness", "3.17" );
checkModule("DateTime::Event::ICal", "0.10" );
checkModule("Cache::FastMmap", "1.35" );
checkModule("CHI", "0.34" );
checkModule('IO::Socket::SSL', );
failAndExit("Required modules are missing, running no more checks.") if $missingModule;