added CHI to testEnv

This commit is contained in:
Doug Bell 2010-04-29 13:24:50 -05:00
parent 42ef2c3650
commit 6a000fffd3
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@
- added: WebGUI::Wizard framework to build step-by-step wizards
- added: example / thumbnail images for templates
- added: Style Picker as part of the initial setup wizard
- added: CHI cache driver
7.9.3
- added #11477: No synopsis in asset now means no synopsis in search index

View file

@ -140,6 +140,8 @@ checkModule("Business::PayPal::API", "0.62" );
checkModule("Locales", "0.10" );
checkModule("Test::Harness", "3.17" );
checkModule("DateTime::Event::ICal", "0.10" );
checkModule("CHI", "0.34" );
checkModule("Cache::FastMmap", "1.35" );
failAndExit("Required modules are missing, running no more checks.") if $missingModule;