diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index ad8293fb1..49fb31a1b 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -166,6 +166,9 @@ checkModule('Facebook::Graph', '0.0505' ); checkModule('HTTP::BrowserDetect', '1.19' ); checkModule('Search::QueryParser', ); checkModule('Monkey::Patch', '0.03' ); +checkModule('UUID::Tiny', '1.03' ); +checkModule('Starman', '0.2010', 2); + failAndExit("Required modules are missing, running no more checks.") if $missingModule;