From 950d7517d6ccf8873adc57d081696455371a5ef2 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Mon, 7 Jun 2010 19:00:41 -0500 Subject: [PATCH] add IO::Socket::SSL as prereq for LDAPS --- sbin/testEnvironment.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index 5bf279540..ba0f56a6b 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -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;