From a3c6a2f288db2efc3ac8caf4ddb9f36f1c1ffebd Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Mon, 11 Apr 2011 13:33:46 -0500 Subject: [PATCH] missing required module App::Cmd for WebGUI::Command --- sbin/testEnvironment.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index 49fb31a1b..78b53156e 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -168,6 +168,7 @@ checkModule('Search::QueryParser', ); checkModule('Monkey::Patch', '0.03' ); checkModule('UUID::Tiny', '1.03' ); checkModule('Starman', '0.2010', 2); +checkModule('App::Cmd', '0.311' ); failAndExit("Required modules are missing, running no more checks.") if $missingModule;