diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index ba0f56a6b..3bba9f445 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -148,6 +148,7 @@ checkModule("DateTime::Event::ICal", "0.10" ); checkModule( "CHI", ); checkModule( "Cache::FastMmap", ); checkModule('IO::Socket::SSL', ); +checkModule('Package::Stash', ); failAndExit("Required modules are missing, running no more checks.") if $missingModule;