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

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