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

This commit is contained in:
Graham Knop 2010-06-07 19:00:41 -05:00
parent 1e2b6fd0c2
commit 950d7517d6

View file

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