This commit is contained in:
JT Smith 2003-02-27 05:12:10 +00:00
parent 7e8b5c6405
commit 85cdb5bd0c
3 changed files with 10 additions and 2 deletions

View file

@ -161,6 +161,13 @@ if (eval { require Date::Calc }) {
}
}
print "Cache::FileCache module (optional) ....... ";
if (eval { require Cache::FileCache }) {
print "OK\n";
} else {
print "Not installed. Caching not possible.\n";
}
print "Image::Magick module (optional) .......... ";
if (eval { require Image::Magick }) {
print "OK\n";