missing required module App::Cmd for WebGUI::Command

This commit is contained in:
Doug Bell 2011-04-11 13:33:46 -05:00
parent caa1639617
commit a3c6a2f288

View file

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