Added UUID::Tiny and [Starman] to testEnvironment.pl

This commit is contained in:
Chris Hanson 2011-04-05 15:45:52 -05:00
parent 5057246f69
commit 61e2c77c6e

View file

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