Ubuntu does not install Package::Stash with other dependencies. Added it to testEnvironment.pl

This commit is contained in:
Colin Kuskie 2010-06-11 09:19:11 -07:00
parent 33640e6e05
commit 4a8b88d77d

View file

@ -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;