From 4a8b88d77d08c4c30d1c19ae975097fb8d1ca015 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 11 Jun 2010 09:19:11 -0700 Subject: [PATCH] Ubuntu does not install Package::Stash with other dependencies. Added it to testEnvironment.pl --- sbin/testEnvironment.pl | 1 + 1 file changed, 1 insertion(+) 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;