continuing new cache integration

This commit is contained in:
JT Smith 2009-09-24 23:51:29 -05:00
parent 5dcb58a42a
commit 880ee82009
4 changed files with 44 additions and 0 deletions

View file

@ -133,6 +133,7 @@ checkModule('Digest::SHA', '5.47' );
checkModule("CSS::Minifier::XS", "0.03" );
checkModule("JavaScript::Minifier::XS", "0.05" );
checkModule("Readonly", "1.03" );
checkModule("Memcached::libmemcached", "0.3102" );
failAndExit("Required modules are missing, running no more checks.") if $missingModule;