From 61e2c77c6e1b552226216a675a205d028991d063 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 5 Apr 2011 15:45:52 -0500 Subject: [PATCH] Added UUID::Tiny and [Starman] to testEnvironment.pl --- sbin/testEnvironment.pl | 3 +++ 1 file changed, 3 insertions(+) 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;