Cleanup.
This commit is contained in:
parent
7e8b5c6405
commit
85cdb5bd0c
3 changed files with 10 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue