Added Cache::Memcached to list of required modules (but optional)

This commit is contained in:
Wouter van Oijen 2006-02-17 21:39:54 +00:00
parent 3155beb6f8
commit 2cec07048a

View file

@ -86,6 +86,7 @@ checkModule("POE::Component::IKC::Server",0.18);
checkModule("POE::Component::Client::UserAgent", 0.06); checkModule("POE::Component::Client::UserAgent", 0.06);
checkModule("Data::Structure::Util",0.11); checkModule("Data::Structure::Util",0.11);
checkModule("Apache2::Request",2.06); checkModule("Apache2::Request",2.06);
checkModule("Cache::Memcached",1.15,2);
################################### ###################################
# Checking WebGUI # Checking WebGUI