WebGUI now needs Test::Harness 3.17 or higher for the Survey. Fixes bug #11402.

This commit is contained in:
Colin Kuskie 2010-03-02 13:58:34 -08:00
parent 119d5137e2
commit 8128f54943
4 changed files with 11 additions and 25 deletions

View file

@ -137,6 +137,7 @@ checkModule("JavaScript::Minifier::XS", "0.05" );
checkModule("Readonly", "1.03" );
checkModule("Business::PayPal::API", "0.62" );
checkModule("Locales", "0.10" );
checkModule("Test::Harness", "3.17" );
failAndExit("Required modules are missing, running no more checks.") if $missingModule;