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;